Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.65 KB

CONTRIBUTING.md

File metadata and controls

36 lines (22 loc) · 1.65 KB

Contributing to iatikit

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

How to report a bug or request a feature

If you are able to work with GitHub then please Create an issue

Before creating a new issue please check to see if the issue already exists. If not, then please do create it.

If you are not comfortable working with GitHub, but would still like to contribute, then talk to us. Details at: https://github.com/codeforIATI

How to contribute code and documents

How we use branches in this repository

  • dev represents our main development branch
  • main is the branch we are currently using for our deployed instance of the code
  • Other branches represent development work or bug fixes.

Submitting changes

  • Fork this repository (if you haven't previously)
  • Make sure you're working on top of an up to date copy of the dev branch
    • Create a branch named after the work you're doing (if you're targeting a specific issue, start the branch name with the issue number e.g. 42-feature-name)
  • Do your work
  • Create a pull request
    • If your work addresses a specific issue, reference that issue in your pull request message

Talk to us

We'd love to hear from you. Details at: https://github.com/codeforIATI

Code of Conduct

This project and everyone participating in it is governed by the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behaviour to hello@codeforiati.org.