Skip to content

Commit

Permalink
new(contrib): create PULL_REQUEST_TEMPLATE.md (#244)
Browse files Browse the repository at this point in the history
* new(contrib): create PULL_REQUEST_TEMPLATE.md

Derived from rollup/plugins w/ permission from @shellscape.

Signed-off-by: Derek Lewis <[email protected]>

* Update .github/PULL_REQUEST_TEMPLATE.md

Signed-off-by: Derek Lewis <[email protected]>

* Update .github/PULL_REQUEST_TEMPLATE.md

Signed-off-by: Derek Lewis <[email protected]>

* Update .github/PULL_REQUEST_TEMPLATE.md

Signed-off-by: Derek Lewis <[email protected]>

* Update .github/PULL_REQUEST_TEMPLATE.md

Signed-off-by: Derek Lewis <[email protected]>

* Update .github/PULL_REQUEST_TEMPLATE.md

Signed-off-by: Derek Lewis <[email protected]>

* Update .github/PULL_REQUEST_TEMPLATE.md

Signed-off-by: Derek Lewis <[email protected]>

* Update .github/PULL_REQUEST_TEMPLATE.md

Signed-off-by: Derek Lewis <[email protected]>

* Update .github/PULL_REQUEST_TEMPLATE.md

Signed-off-by: Derek Lewis <[email protected]>

* Update .github/PULL_REQUEST_TEMPLATE.md

Signed-off-by: Derek Lewis <[email protected]>

* Update .github/PULL_REQUEST_TEMPLATE.md

Signed-off-by: Derek Lewis <[email protected]>

* Update .github/PULL_REQUEST_TEMPLATE.md

Signed-off-by: Derek Lewis <[email protected]>

* Update .github/PULL_REQUEST_TEMPLATE.md

Signed-off-by: Derek Lewis <[email protected]>

* Update .github/PULL_REQUEST_TEMPLATE.md

Signed-off-by: Derek Lewis <[email protected]>

* Update .github/PULL_REQUEST_TEMPLATE.md

Signed-off-by: Derek Lewis <[email protected]>

* Update .github/PULL_REQUEST_TEMPLATE.md

Signed-off-by: Derek Lewis <[email protected]>

* Update .github/PULL_REQUEST_TEMPLATE.md

Signed-off-by: Derek Lewis <[email protected]>

* Update .github/PULL_REQUEST_TEMPLATE.md

Signed-off-by: Derek Lewis <[email protected]>

* Update .github/PULL_REQUEST_TEMPLATE.md

Signed-off-by: Derek Lewis <[email protected]>

* Update .github/PULL_REQUEST_TEMPLATE.md

Signed-off-by: Derek Lewis <[email protected]>

* Update .github/PULL_REQUEST_TEMPLATE.md

Signed-off-by: Derek Lewis <[email protected]>

* Update .github/PULL_REQUEST_TEMPLATE.md

Signed-off-by: Derek Lewis <[email protected]>

* Update .github/PULL_REQUEST_TEMPLATE.md

Signed-off-by: Derek Lewis <[email protected]>

* Update .github/PULL_REQUEST_TEMPLATE.md

Signed-off-by: Derek Lewis <[email protected]>

* Update .github/PULL_REQUEST_TEMPLATE.md

Signed-off-by: Derek Lewis <[email protected]>

* Update .github/PULL_REQUEST_TEMPLATE.md

Signed-off-by: Derek Lewis <[email protected]>

* Apply suggestions from code review

Co-authored-by: Derek Lewis <[email protected]>
Signed-off-by: Andrew Powell <[email protected]>

Signed-off-by: Derek Lewis <[email protected]>
Signed-off-by: Andrew Powell <[email protected]>
Co-authored-by: Andrew Powell <[email protected]>
  • Loading branch information
DerekNonGeneric and shellscape committed Feb 21, 2023
1 parent a99acd1 commit 5f4cb4c
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<!--
Before submitting, we would advise you to first read
https://github.com/OpenINF/.github/blob/HEAD/CONTRIBUTING.md
Pull Request Requirements:
- Please include tests to illustrate the problem this PR resolves.
- Please lint your changes locally by running `pnpm run lint` before creating a PR.
- Please update the documentation in the `/doc` directory where necessary.
- Please place an “x” (no spaces: “[x]”) in all “[ ]” that apply below.
-->

# What This PR (Pull Request) Does

This PR contains:

- [ ] 🐞🔧 bugfixing (🐜/🦟/🐛/🦗/🐝 et al.)
- [ ] 🆕🎏 implementation of new feature(s)
- [ ] ♻️ refactoring(s)
- [ ] 📄 documentation modification(s)
- [ ] 🔮 other

Are tests included?

<!--
If your PR fixes a bug (🐜/🐛/🐞), the existing tests are 100% sure not to cover
the expected behavior. Update them, or add new ones. 🧪✅
-->

- [ ] yes (_bugfixes and features will not be merged without tests_)
- [ ] no

Breaking Changes?

- [ ] yes (_breaking changes will not be merged unless absolutely necessary_)
- [ ] no

If yes, then include “BREAKING CHANGES: ” in the first commit message body,
followed by a description of what is breaking.

List any relevant issue numbers:

## Description

<!--
Please be thorough and clearly explain the problem being solved.
- If this PR adds a feature, look for previous discussion on the feature by
searching the issues first.
- Is this PR related to an issue?
-->

0 comments on commit 5f4cb4c

Please sign in to comment.