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
Create pull_request_template.md
  • Loading branch information
jshcodes authored Mar 25, 2021
commit 645f26cdb591f9a2406d45f31fff53baa6856103
28 changes: 28 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
## PR TITLE
> Please fill out all values and then remove any help text before submitting your PR.
> You can use [this PR](https://github.com/CrowdStrike/falconpy/pull/67) as a reference example.

- [ ] Enhancement
- [ ] Major Feature update
- [ ] Bug fixes
- [ ] Breaking Change
- [ ] Updated unit tests
- [ ] Additional documentation required

> Check the values above that match your PR and remove the remaining.

```shell
COVERAGE RESULTS SHOULD BE POSTED HERE
```

## Added features and functionality
+ Details of new features and functionality should be listed here

## Issues resolved
+ Bug fix: Bugs should be listed explicitly. Please link your PR to any related issues so that they are triaged properly. Add a link to this line to the issue.
+ BE EXPLICIT in what you are resolving

## Other
+ List any other details here
+ Documentation regarding your changes can also be listed here