Create CONTRIBUTING.md

This commit is contained in:
jheikes515 2023-10-16 17:33:22 -04:00 committed by GitHub
parent dd757ce53d
commit e9696f3dde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

14
CONTRIBUTING.md Normal file
View File

@ -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.