Skip to content

Commit

Permalink
Add contributing guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
gmontamat committed Sep 3, 2024
1 parent 95c3a9c commit 3f0e12e
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CONTRIBUTE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Contributing

When contributing to this repository, please first discuss the change you wish to make via issue,
email, or any other method with the owners of this repository before making a change.

Here are areas that can be improved in this library:

- Add [genes](src/gentun/genes.py#L11-L47) and [models](src/gentun/models/base.py#L9-L25) to
support more paper implementation
- Add a method to share the training data between the controller node and workers
- Add some type of proof-of-work validation for workers

You can also help us speed up hyperparameter search by contributing your spare GPU time.

There was a major refactor of this library in 2024, the old version is still available in
the [`old` branch](https://github.com/gmontamat/gentun/tree/old). Some cool forks added
features to this release.

## Pull Request Process

1. Ensure your branch is linted with `black` and `isort` using
the [pyproject.toml](./pyproject.toml) configurations.
2. Update the README.md with details of changes to the interface, this includes new environment
variables, exposed ports, useful file locations and container parameters.
3. Increase the version numbers in any examples files and the README.md to the new version that this
Pull Request would represent. The versioning scheme we use is [SemVer](http://semver.org/).
4. Use [The Conventional Commits specification](https://www.conventionalcommits.org/en/v1.0.0/) in
your PR title and description.

0 comments on commit 3f0e12e

Please sign in to comment.