Browse Source

updat contributing guide reflecting our deployment pipeline

pull/122/head
Jonathan 2 years ago
parent
commit
e3463a8cdd
  1. 3
      CONTRIBUTING.md

3
CONTRIBUTING.md

@ -43,7 +43,8 @@ For smaller contributions use this workflow:
* Fork the project. * Fork the project.
* Create a branch for your feature or bug fix. * Create a branch for your feature or bug fix.
* Add code changes, relevant documentation, etc. * Add code changes, relevant documentation, etc.
* Send a pull request. * Send a pull request. All PRs should be made against the `master` branch. A dev site will be automatically created
based on the PR. Localization will not be fully working as this pipeline does not run the localization scripts.
After one of the contributors has checked and approved the changes, they will be merged into master branch and will be After one of the contributors has checked and approved the changes, they will be merged into master branch and will be
included in the next deployment. included in the next deployment.

Loading…
Cancel
Save