Skip to content

Commit 4771911

Browse files
committed
adding contribution guidelines
1 parent 67294e0 commit 4771911

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# How to Contribute
2+
3+
We'd love to get patches from you!
4+
5+
## Getting Started
6+
7+
We follow the [GitHub Flow Workflow](https://guides.github.com/introduction/flow/)
8+
9+
1. Fork the project
10+
1. Check out the `master` branch
11+
1. Create a feature branch
12+
1. Write code and tests for your change
13+
1. From your branch, make a pull request against `twitter/repo-scaffolding/master`
14+
1. Work with repo maintainers to get your change reviewed
15+
1. Wait for your change to be pulled into `twitter/repo-scaffolding/master`
16+
1. Delete your feature branch
17+
18+
# License
19+
20+
By contributing your code, you agree to license your contribution under the
21+
terms of the APLv2: https://github.com/twitter/repo-scaffolding/blob/master/LICENSE
22+
23+
# Code of Conduct
24+
25+
Read our [Code of Conduct](CODE_OF_CONDUCT.md) for the project.

0 commit comments

Comments
 (0)