mirror of https://github.com/heroku/12factor.git
Create CONTRIBUTING.md
This commit is contained in:
parent
dd757ce53d
commit
e9696f3dde
|
@ -0,0 +1,14 @@
|
|||
# Contributing
|
||||
|
||||
## Reporting a bug
|
||||
|
||||
If internal to Salesforce/Heroku, please contact the #marketing-web-ops team on Slack. Public users may open a GitHub issue.
|
||||
|
||||
## General Contribution Guidelines
|
||||
|
||||
* Create a topic branch off the tip of main.
|
||||
* Commit in logical units.
|
||||
* Check for whitespace with `git --diff` before committing.
|
||||
* Make sure tests are still passing.
|
||||
* Push your changes to a topic branch in the GitHub repository.
|
||||
* Submit a pull request to main.
|
Loading…
Reference in New Issue