Skip to content

Commit

Permalink
Merge pull request #6 from stitchfix/open-source-guidelines
Browse files Browse the repository at this point in the history
Open source guidelines
  • Loading branch information
Lisa Sheridan committed Oct 27, 2015
2 parents fd74169 + 1555620 commit 50ebd3c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CODE_OF_CONDUCT.md
@@ -0,0 +1,6 @@
# Code of Conduct

We are committed to keeping our community open and inclusive.

**Our Code of Conduct can be found here**:
http://opensource.stitchfix.com/code-of-conduct.html
18 changes: 18 additions & 0 deletions CONTRIBUTING.md
@@ -0,0 +1,18 @@
# Contributing
Thanks for using and improving *merch_calendar*! If you'd like to help out, check out [the project's issues list](https://github.com/stitchfix/merch_calendar/issues) for ideas on what could be improved. If there's an idea you'd like to propose, or a design change, feel free to file a new issue or send a pull request:

1. [Fork][fork] the repo.
1. [Create a topic branch.][branch]
1. Write tests.
1. Implement your feature or fix bug.
1. Add, commit, and push your changes.
1. [Submit a pull request.][pr]

[fork]: https://help.github.com/articles/fork-a-repo/
[branch]: https://help.github.com/articles/creating-and-deleting-branches-within-your-repository/
[pr]: https://help.github.com/articles/using-pull-requests/

## General Guidelines

* When in doubt, test it. If you can't test it, re-think what you are doing.
* Code formatting and internal application architecture should be consistent.

0 comments on commit 50ebd3c

Please sign in to comment.