-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds CONTRIBUTING #15
Conversation
|
||
- Make minimal changes. PRs should be per-feature or per-issue | ||
- Squash commits to a single commit before submitting your PR. | ||
- Follow the existing coding style |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just a note that in the future it would be great if this instead linked to a style guide
just a note about the workflow section and how I'm not +1 on codifying asking people to squash force push and do other dances in their PRs. Maybe just say that a messy commit history on a PR might require it to be squashed before the PR is accepted? Don't make the simple cases hard. |
4. Submit a PR from your fork's branch | ||
5. The maintainers will provide feedback, or accept your PR | ||
6. Rebase your branch off the current master, and squash commits | ||
7. Force-push to your fork's branch, and let the maintainer's know that it's |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm.. isn't this going to wipe comments?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does it? still, it's been removed.
Updated per @mintchaos's suggestions |
🌵 |
👶 |
merged via big green button |
This PR adds a
CONTRIBUTING
file, which contains guidelines on contributing to this repository—reporting issues or submitting PRs, per issue #2.This PR is labeled WIP; please leave any feedback in comments.