From f880529cf0de0d529d0dd2a7f09b4175628d2d8c Mon Sep 17 00:00:00 2001 From: squid233 <60126026+squid233@users.noreply.github.com> Date: Wed, 22 Nov 2023 13:41:06 +0800 Subject: [PATCH] Update document --- .github/ISSUE_TEMPLATE/feature_request.yml | 8 ++++++++ .../pull_request_template.md | 15 +++++++++++++++ README.md | 2 +- 3 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index de5ea061..ce93dadd 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -33,3 +33,11 @@ body: description: Add any other context or screenshots about the feature request here. placeholder: Other context value: "I want ..." + - type: checkboxes + id: terms + attributes: + label: Code of Conduct + description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/Over-Run/overrungl/blob/main/CODE_OF_CONDUCT.md) + options: + - label: I agree to follow this project's Code of Conduct + required: true diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 00000000..f2fdcfc0 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,15 @@ +# Summary + +_A brief introduction to your changes..._ + +# Description + +_Full description of your changes..._ + +# Additional Context + +_Other context, such as version, dependencies, ..._ + +--- + +- [ ] I agree to follow this project's [Code of Conduct](https://github.com/Over-Run/overrungl/blob/main/CODE_OF_CONDUCT.md) diff --git a/README.md b/README.md index 36cbea26..29ebb36a 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ natives │ └─ windows │ └─ x64 │ └─ glfw3.dll -├─ nfd https://github.com/Over-Run/nativefiledialog-extended-ci +├─ nfd https://github.com/Over-Run/nfd-ci │ ├─ linux │ │ ├─ arm32 │ │ │ └─ libnfd.so