Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.41 KB

CONTRIBUTING.md

File metadata and controls

23 lines (14 loc) · 1.41 KB

Contributing guidelines

To make sure your contribution reaches it's target please follow these instructions.

New tasks

Contributions in terms of adding new tasks is usually handled internally by sending a PR to @mikaelkaron with your changes.

Review tasks

If you're looking to try out one of task and maybe even submitting it for review:

  • Fork this project on github and don't forget to set your access options 1
  • Each task is located in it's own sub-folder with instructions on what to do and we recommend that you keep your changes in this folder for simplicity
  • Create a new branch and start committing your changes 2 - let's call it your-branch
  • When you're done create a pull request from your-branch to your own master branch
  • Open a pull request review and invite someone from the @schoolapply/tech team to start the review process

1 If you care about keeping your changes private remember to fork into a private repository.

2 We suggest you keep one branch per task. This also makes it easier if you want to get a review later.