Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (22 loc) · 1.56 KB

contributing.md

File metadata and controls

31 lines (22 loc) · 1.56 KB

Contributing to Eirini

Thank you for taking the time to contribute to Eirini. You can find more information about the project at:

  1. #eirini-dev slack channel.
  2. PivotalTracker show our current backlog and what we have planned for the near future.
  3. CI pipeline
  4. Project page

How to contribute

Submitting a bug report

We use PivotalTracker to track bugs and a story is automatically created when you submit an issue on GitHub. To create the issue please use the following template.

Submitting a pull request

Pull requests are the best way to propose changes to the codebase. When a pull request is submitted, a story is automatically created in the Icebox in our PivotalTracker.

  1. Sign and submit the appropriate individual or corporate CLA
  2. Fork this project into your GitHub organisation or username
  3. Clone your fork on your local machine
  4. Make sure you are up-to-date with the upstream develop branch
  5. Create your feature branch
  6. Commit your changes on your feature branch
  7. Run unit tests and static checks
  8. Push your feature branch to your fork
  9. Issue a Pull request against develop

Thanks, The Eirini team ❤️