Fork
the repository and create your branch from master.- If you have added code or fixed a bug please make sure to write tests to test it or if tests were already written for this new feature, make sure that tests pass.
- You can compile the test using
make test
. Make sure it compiles successfully, then run the tests that was compiled in ./bin/test and make sure no tests fail. - Make sure you followed the coding conventions listed in conventions.md
- Make sure you run
make beautiful
to fix any style or indentation problem you may have.
Describe the problem or feature in addition to a link to the issues.
How does this change address the problem?
- Use github checklists. When solved, check the box and explain the answer.
Describe the research stage
Links to blog posts, patterns, libraries or addons used to solve this problem
specify (if any) the issue number this pull request belongs to.
- How to Pull Request Github Repo with Learning focused Pull Request Template.