-
Notifications
You must be signed in to change notification settings - Fork 0
Contributing
James D edited this page Apr 28, 2021
·
4 revisions
- Go to the 'Issues' tab here.
- Submit a new Issue, following the bug reporting format here.
- Apply appropriate labels accordingly (e.g. bug, testing, etc).
- Apply to appropriate project (e.g. Bugs, Development, etc).
- Link to pull request (if needed).
- Submit
- Go to the 'Issues' tab here.
- Submit a new Issue, following the feature reporting format here.
- Apply appropriate labels accordingly (e.g. bug, testing, etc).
- Apply to appropriate project (e.g. Bugs, Development, etc).
- Link to pull request (if needed).
- Submit
Before submitting a pull request ensure you have done the following:
- Ensure you are following the coding style
- Ensure you are following the testing guide
- Fork and clone the repository
- Create a new branch:
git checkout -b my-branch-name - Make your changes
- Push to your fork and submit a pull request
- Ensure the continuous integration action gives you a green check.
- Await approval.