Skip to content

Commit 07ff0f4

Browse files
committed
Add CONTRIBUTING.md
The lack of this could explain the wild variation in styles we have seen from our recent contributions.
1 parent c1b6371 commit 07ff0f4

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CONTRIBUTING.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
We love that you're interested in contributing to this project!
2+
3+
To make the process as painless as possible, we have just a couple of guidelines
4+
that should make life easier for everyone involved.
5+
6+
## Prefer Pull Requests
7+
8+
If you know exactly how to implement the feature being suggested or fix the bug
9+
being reported, please open a pull request instead of an issue. Pull requests are easier than
10+
patches or inline code blocks for discussing and merging the changes.
11+
12+
If you can't make the change yourself, please open an issue after making sure
13+
that one isn't already logged.
14+
15+
## Contributing Code
16+
17+
Fork this repository, make it awesomer (preferably in a branch named for the
18+
topic), send a pull request!
19+
20+
All code contributions should match our [coding
21+
conventions](https://github.com/github/objective-c-conventions).
22+
23+
Thanks for contributing! :boom::camel:

0 commit comments

Comments
 (0)