mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
Update CONTRIBUTING.md
This commit is contained in:
@@ -35,6 +35,7 @@ We currently just underwent a large reconstruction of the repository. Here is ho
|
|||||||
* Place `.__init__ import *` at the top of your file and then write your function in the lines beneath it
|
* Place `.__init__ import *` at the top of your file and then write your function in the lines beneath it
|
||||||
* Add `from .<yourfunc> import *` at the bottom of the `__init__.py` file inside the funcs directory
|
* Add `from .<yourfunc> import *` at the bottom of the `__init__.py` file inside the funcs directory
|
||||||
|
|
||||||
|
If you have issues with checks you can try using yapf to fix linter errors or just go through them line by line.
|
||||||
### Provide Ideas
|
### Provide Ideas
|
||||||
If you have an idea for a generator but don't have the time or know-how to create it, you can add it as an issue. If you have a lot of ideas, I would suggest adding them to the table in README.md so that they are easier for our team to manage.
|
If you have an idea for a generator but don't have the time or know-how to create it, you can add it as an issue. If you have a lot of ideas, I would suggest adding them to the table in README.md so that they are easier for our team to manage.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user