Skip to content
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

removed words #57

Merged
merged 1 commit into from
Jan 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Feel free to:
- Correct my spelling and grammar
- Propose new features

## I Use [Github Flow](https://docs.github.com/en/get-started/quickstart/github-flow)
## [Github Flow](https://docs.github.com/en/get-started/quickstart/github-flow)
Pull requests are the best way to propose changes. To submit a change:

1. Fork the repo and create your branch from `main`.
Expand All @@ -17,9 +17,6 @@ Pull requests are the best way to propose changes. To submit a change:
5. Make sure your code lints.
6. Issue a pull request

## Any contributions you make will be under the MIT Software License
In short, when you submit code changes, your submissions are understood to be under the same [MIT License](https://github.com/crs-k/release-draft/blob/main/LICENSE) that covers the project.

## Report bugs using Github's [issues](https://github.com/crs-k/release-draft/issues/new?assignees=&labels=bug+%F0%9F%90%9B&template=bug_report.md&title=%5BBUG%5D)
We use GitHub issues to track public bugs. Report a bug by [using this template](https://github.com/crs-k/release-draft/issues/new?assignees=&labels=bug+%F0%9F%90%9B&template=bug_report.md&title=%5BBUG%5D).

Expand All @@ -33,7 +30,7 @@ The project's linter & formatting will be run on all PRs.
* You can try running `npm run lint` to lint new code.

## License
By contributing, you agree that your contributions will be licensed under its MIT License.
By contributing, you agree that your contributions will be licensed under the [MIT License](https://github.com/crs-k/release-draft/blob/main/LICENSE).

## References
This document was adapted from the open-source contribution guidelines for [Facebook's Draft](https://github.com/facebook/draft-js/blob/main/CONTRIBUTING.md)