Skip to content

Create CONTRIBUTING.md #92

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

Merged
merged 20 commits into from
Mar 25, 2021
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update .github/pull_request_template.md
Co-authored-by: Shawn Wells <shawn@shawndwells.io>
  • Loading branch information
jshcodes and shawndwells authored Mar 25, 2021
commit 6cd8fc201c1629bdc0d471028c4baeb2590419e0
5 changes: 4 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ COVERAGE RESULTS SHOULD BE POSTED HERE
+ If your PR adds features or functionality, what should be included in the next release notes?

## Issues resolved
+ Bug fix: Bugs should be listed individually. Please link your PR to any related issues so that they are triaged properly. Add a link to this line to the issue.
+ Bug fix: Please list related bugs individually. Identifying the ticket or bug report in the PR description auto-updates the affected ticket and helps the community with ticket triage. For example:

* Fixes https://github.com/CrowdStrike/falconpy/issues/1234 by doing foo
* Mitigates https://github.com/CrowdStrike/falconpy/issues/5678 by updating bar.
+ BE EXPLICIT in what you are resolving

## Other
Expand Down