Skip to content

Commit

Permalink
👌 IMPROVE: Improved Contributing.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
smilegupta committed May 25, 2021
1 parent 5857bd9 commit aa7ecde
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ We use github to host code, to track issues and feature requests, as well as acc

Pull requests are the best way to propose changes to the codebase (we use [Github Flow](https://guides.github.com/introduction/flow/index.html)). We actively welcome your pull requests:

1. Fork the repo and create your branch from `master`.
1. Fork the repo and create your branch from `main`.
2. Write clear meaningful git commit messages.
3. Always create PR to `develop` branch.
4. Make sure your code lints.
Expand All @@ -26,10 +26,10 @@ Pull requests are the best way to propose changes to the codebase (we use [Githu

In short, when you submit code changes, your submissions are understood to be under the same [MIT License](https://github.com/CodeOpsTechnologies/talent-board-fe/blob/main/LICENSE) that covers the project. Feel free to contact the maintainers if that's a concern.

### Report bugs using Github's [issues](https://github.com/vinitshahdeo/talent-board-fe/issues)
### Report bugs using Github's [issues](https://github.com/CodeOpsTechnologies/talent-board-fe/issues)

We use GitHub issues to track public bugs. Report a bug by [opening a new issue](https://github.com/vinitshahdeo/talent-board-fe/issues/new); it's that easy!
We use GitHub issues to track public bugs. Report a bug by [opening a new issue](https://github.com/CodeOpsTechnologies/talent-board-fe/issues/new); it's that easy!

### License

By contributing, you agree that your contributions will be licensed under its [MIT License](https://github.com/CodeOpsTechnologies/talent-board-fe/blob/main/LICENSE).
By contributing, you agree that your contributions will be licensed under its [MIT License](https://github.com/CodeOpsTechnologies/talent-board-fe/blob/main/LICENSE).

0 comments on commit aa7ecde

Please sign in to comment.