Skip to content

Contributing

James D edited this page Apr 28, 2021 · 4 revisions

Submitting an issue

Bug Issue

  1. Go to the 'Issues' tab here.
  2. Submit a new Issue, following the bug reporting format here.
  3. Apply appropriate labels accordingly (e.g. bug, testing, etc).
  4. Apply to appropriate project (e.g. Bugs, Development, etc).
  5. Link to pull request (if needed).
  6. Submit

Feature Issue

  1. Go to the 'Issues' tab here.
  2. Submit a new Issue, following the feature reporting format here.
  3. Apply appropriate labels accordingly (e.g. bug, testing, etc).
  4. Apply to appropriate project (e.g. Bugs, Development, etc).
  5. Link to pull request (if needed).
  6. Submit

Submitting a pull request

Before submitting a pull request ensure you have done the following:

  1. Fork and clone the repository
  2. Create a new branch: git checkout -b my-branch-name
  3. Make your changes
  4. Push to your fork and submit a pull request
  5. Ensure the continuous integration action gives you a green check.
  6. Await approval.
Clone this wiki locally