Skip to content
This repository has been archived by the owner on Jan 29, 2025. It is now read-only.

Commit

Permalink
Merge pull request #6 from novoic/feature/adding-PR-template
Browse files Browse the repository at this point in the history
✨ Adding a Pull Request template page for the community
  • Loading branch information
abhisheknovoic authored Jun 8, 2020
2 parents dc10932 + 102edf1 commit 88bce71
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Please note that we do not accept pull requests for the `master` branch. You should raise new PRs for the `dev` branch only.

See our [contributing guide](https://github.com/novoic/blabla/blob/master/CONTRIBUTING.md) for details.

Please include the following details in your pull request to make the reviewer's job easier.

- **Description**: Please include a brief description of the reason behind the PR. For example, you could be raising an issue, implementing a bugfix or adding a new feature to BlaBla.
- **Issue(s) that your PR fixes**: Please list the reported issues/bugs the PR fixes with # references. (e.g., #123). Please make sure you have the issue raised before raising the PR.
- **Changes in BlaBla as a result of the PR**: Please let us know if you think the PR raises any new issues in BlaBla and how can we handle it. The team at Novoic will do its best to address these issues.

Please note that before your pull request will be merged, you must sign our [Contributor License Agreement](https://gist.github.com/jackanth/e707f8c0dbe7f1768b4e8c6d28d04170) (CLA). Instructions on how to do this will be automatically commented on the PR once you make it.

0 comments on commit 88bce71

Please sign in to comment.