-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0a93981
commit 6da6e93
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Contributing | ||
|
||
Hello there and welcome! | ||
|
||
When contributing to this repository, please first discuss the change you wish to make via issue before making a change to avoid duplicate or un-warranted work. | ||
|
||
## Pull Request Process | ||
|
||
- We use linear history, please make sure your commits are atomic. | ||
- Do your best to keep commits to a reasonable size, split out into a different pull request for tangental changes that are observable externally. | ||
- Write well formed commit messages (e.g [Example](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html)) | ||
- Do call out if you start working on an issue and raise pull requests early for visibility to avoid duplicate work. |