Skip to content

Commit 939f5db

Browse files
committed
Regarding #43 - Simpify PULL_REQUEST_TEMPLATE
1 parent 1218d17 commit 939f5db

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

.github/PULL_REQUEST_TEMPLATE

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,5 @@
1-
<!--
2-
Please explain WHAT you changed and WHY.
3-
4-
The title should be descriptive, for example:
5-
6-
* *Fixed a typo in the apikeypermissions.md page*
7-
* *Added the maximum number of domain whitelabels you can create to domains.md*
8-
* *Fixing the number of days a batch id is valid in scheduling_parameters.md*
9-
10-
If this PR fixes an issue, please reference the issue number as well.
11-
12-
Fill out this form in the body:
13-
-->
14-
151
**Description of the change**:
162

173
**Reason for the change**:
184

19-
**Link to original source**:
20-
21-
### Checklist
22-
23-
Make sure all of these items are complete, or else the PR will be ineligible for a code review.
24-
25-
- [ ] Code passes all existing [tests](https://github.com/sendgrid/open-source-library-data-collector/tree/master/test)
26-
- [ ] Any new functionality added includes new unit tests in [`tests/test.py`](https://github.com/sendgrid/open-source-library-data-collector/blob/master/test/test.py)
27-
- [ ] Create or update example code to show the new functionality in action.
28-
- [ ] All code, branch, and git naming and style conventions are followed (see [`CONTRIBUTING.md`](https://github.com/sendgrid/open-source-library-data-collector/blob/master/CONTRIBUTING.md#style-guidelines--naming-conventions))
29-
- [ ] Feature branch has been rebased off of the latest `master` branch. ( see [`CONTRIBUTING.md`](https://github.com/sendgrid/open-source-library-data-collector/blob/master/CONTRIBUTING.md#creating-a-pull-request) ).
30-
31-
If you have questions, please send an email [Sendgrid](mailto:[email protected]), or file a Github Issue in this repository.
325

33-
<!--
34-
Template based off of @ksigler7's Sendgrid docs PR template.
35-
https://raw.githubusercontent.com/sendgrid/docs/develop/.github/PULL_REQUEST_TEMPLATE
36-
@hydrosquall
37-
-->

0 commit comments

Comments
 (0)