mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
added instructions for adoptGenerator and removed old makeReadme
This commit is contained in:
@@ -8,7 +8,7 @@ Currently, there are 4 main types of contributions
|
||||
1. Add a generator idea to `futureGenerators.md`. You can add a row to the table manually or run the `addFuture.py` file inside the scripts folder to add your generator idea to the file automatically. Just fill out the prompts!
|
||||
2. Fix bugs in existing generators. Check out the issues tab of the Github to see what bugs exist and need to be fixed.
|
||||
3. Add latex output formatting to a current generator. To see which generators need latex formatting, run `needsLatex.py` inside of the scripts folder and choose a generator to add latex formatting to.
|
||||
4. Write a generator. A template and a template with comments is provided in the `mathgenerator/funcs` directory. Make sure to place your generator function into the correct subject folder of `mathgenerator/funcs/`
|
||||
4. Write a generator. A template and a template with comments is provided in the `mathgenerator/funcs` directory. Make sure to place your generator function into the correct subject folder of `mathgenerator/funcs/`. After you are finished, run `adoptGenerator.py` inside the `scripts` directory to generate the README and `__init__.py` file
|
||||
|
||||
If you find something else that you'd like to work on, leave an issue or make a pr, and I'll be sure to review it!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user