From d4b61a342537b4410c2abe420105517a267544b3 Mon Sep 17 00:00:00 2001 From: Yuki Kishimoto Date: Tue, 16 Apr 2024 09:40:44 +0200 Subject: [PATCH] Simplify PR template Signed-off-by: Yuki Kishimoto --- .github/pull_request_template.md | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 0a2fd7e71..4f03194fc 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,5 +1,3 @@ - - ### Description @@ -9,24 +7,8 @@ -### Changelog notice - - - -### Checklists - -#### All Submissions: +### Checklist * [ ] I followed the [contribution guidelines](https://github.com/rust-nostr/nostr/blob/master/CONTRIBUTING.md) * [ ] I ran `just precommit` or `just check` before committing - -#### New Features: - -* [ ] I've added tests for the new feature -* [ ] I've added docs for the new feature - -#### Bugfixes: - -* [ ] This pull request breaks the existing API -* [ ] I've added tests to reproduce the issue which are now passing -* [ ] I'm linking the issue being fixed by this PR \ No newline at end of file +* [ ] I updated the [CHANGELOG](https://github.com/rust-nostr/nostr/blob/master/CHANGELOG.md) (if applicable)