From 4d3be5b0708cf8f6cfe40d790763a576d010bc18 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sat, 26 Mar 2022 14:42:03 +0530 Subject: Bring contribution docs up to scratch (#1804) --- .../bug_or_feature_implementation.md | 31 ++++++++++++++++++++++ .github/pull_request_template.md | 31 ---------------------- 2 files changed, 31 insertions(+), 31 deletions(-) create mode 100644 .github/PULL_REQUEST_TEMPLATE/bug_or_feature_implementation.md delete mode 100644 .github/pull_request_template.md (limited to '.github') diff --git a/.github/PULL_REQUEST_TEMPLATE/bug_or_feature_implementation.md b/.github/PULL_REQUEST_TEMPLATE/bug_or_feature_implementation.md new file mode 100644 index 00000000..26f0f389 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/bug_or_feature_implementation.md @@ -0,0 +1,31 @@ +## :loudspeaker: Type of change + +- [ ] Bugfix +- [ ] New feature +- [ ] Enhancement +- [ ] Refactoring +- [ ] Dependency updates + +## :scroll: Description + + + +## :bulb: Motivation and Context + + + + +## :green_heart: How did you test it? + + +## :pencil: Checklist + +- [ ] I formatted the code `./gradlew spotlessApply` +- [ ] I reviewed submitted code +- [ ] I added a [CHANGELOG](CHANGELOG.md) entry if applicable + +## :crystal_ball: Next steps + + +## :camera_flash: Screenshots / GIFs + diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 26f0f389..00000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,31 +0,0 @@ -## :loudspeaker: Type of change - -- [ ] Bugfix -- [ ] New feature -- [ ] Enhancement -- [ ] Refactoring -- [ ] Dependency updates - -## :scroll: Description - - - -## :bulb: Motivation and Context - - - - -## :green_heart: How did you test it? - - -## :pencil: Checklist - -- [ ] I formatted the code `./gradlew spotlessApply` -- [ ] I reviewed submitted code -- [ ] I added a [CHANGELOG](CHANGELOG.md) entry if applicable - -## :crystal_ball: Next steps - - -## :camera_flash: Screenshots / GIFs - -- cgit v1.2.3