From 4047cc28693a2da1ae9b52f1c69c33472156d360 Mon Sep 17 00:00:00 2001 From: spacewander Date: Fri, 17 Nov 2023 21:59:46 +0800 Subject: [PATCH] add pull request manner Signed-off-by: spacewander --- .github/PULL_REQUEST_TEMPLATE.md | 12 ++++++++++++ CONTRIBUTING.md | 4 ++++ 2 files changed, 16 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..3a66ebaa5 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,12 @@ + diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 019f79173..604ac70eb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,3 +38,7 @@ Let's say you wish to add a new command. Assuming your new command is named `foo 8. Run `./check_integrity.sh foo` to check if all done. You are welcome to open up an issue to discuss new commands or features before opening a pull request. + +## Submitting a pull request + +Please follow the suggestion in `./.github/PULL_REQUEST_TEMPLATE.md`.