Skip to content

Commit

Permalink
Create CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jheikes515 committed Oct 16, 2023
1 parent dd757ce commit e9696f3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit e9696f3

Please sign in to comment.