From 06e29cca7ec75c92303695c5cb363765f0c2d74f Mon Sep 17 00:00:00 2001 From: Ege Korkan Date: Mon, 29 Jul 2024 15:01:09 +0200 Subject: [PATCH 1/4] PR template --- .github/PULL_REQUEST_TEMPLATE/basic.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/basic.md diff --git a/.github/PULL_REQUEST_TEMPLATE/basic.md b/.github/PULL_REQUEST_TEMPLATE/basic.md new file mode 100644 index 00000000..3468c073 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/basic.md @@ -0,0 +1,18 @@ + + +## Description of Changes + +## Related Issue + + + +Closes # + +## Type of Change + +Check the correct box and add the corresponding label if you are an editor. + + +- [ ] [Editorial (non-normative)](https://github.com/w3c/wot/blob/main/policies/async-decision.md#editorial-non-normative-changes) with label ![Editorial Label](https://img.shields.io/github/labels/w3c/wot-thing-description/Editorial). + +- [ ] [Normative](https://github.com/w3c/wot/blob/main/policies/async-decision.md#editorial-non-normative-changes) with label ![Normative Label](https://img.shields.io/github/labels/w3c/wot-thing-description/normative%20change) From 715d17e1c378017fef8fcb843c4b32b186f9cea1 Mon Sep 17 00:00:00 2001 From: egekorkan Date: Mon, 29 Jul 2024 13:02:14 +0000 Subject: [PATCH 2/4] Prettified Code! --- .github/PULL_REQUEST_TEMPLATE/basic.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/basic.md b/.github/PULL_REQUEST_TEMPLATE/basic.md index 3468c073..9c2af5cc 100644 --- a/.github/PULL_REQUEST_TEMPLATE/basic.md +++ b/.github/PULL_REQUEST_TEMPLATE/basic.md @@ -13,6 +13,7 @@ Closes # Check the correct box and add the corresponding label if you are an editor. -- [ ] [Editorial (non-normative)](https://github.com/w3c/wot/blob/main/policies/async-decision.md#editorial-non-normative-changes) with label ![Editorial Label](https://img.shields.io/github/labels/w3c/wot-thing-description/Editorial). + +- [ ] [Editorial (non-normative)](https://github.com/w3c/wot/blob/main/policies/async-decision.md#editorial-non-normative-changes) with label ![Editorial Label](https://img.shields.io/github/labels/w3c/wot-thing-description/Editorial). - [ ] [Normative](https://github.com/w3c/wot/blob/main/policies/async-decision.md#editorial-non-normative-changes) with label ![Normative Label](https://img.shields.io/github/labels/w3c/wot-thing-description/normative%20change) From 0e2e574facf783050ab5e12836a1fd25f80b6adf Mon Sep 17 00:00:00 2001 From: Ege Korkan Date: Mon, 29 Jul 2024 23:12:07 +0200 Subject: [PATCH 3/4] Update .github/PULL_REQUEST_TEMPLATE/basic.md Co-authored-by: Ted Thibodeau Jr --- .github/PULL_REQUEST_TEMPLATE/basic.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE/basic.md b/.github/PULL_REQUEST_TEMPLATE/basic.md index 9c2af5cc..342f6ce8 100644 --- a/.github/PULL_REQUEST_TEMPLATE/basic.md +++ b/.github/PULL_REQUEST_TEMPLATE/basic.md @@ -2,6 +2,7 @@ ## Description of Changes + ## Related Issue From a54b450082761b30e31dc92bf3ee47db9f7e5ab0 Mon Sep 17 00:00:00 2001 From: egekorkan Date: Mon, 29 Jul 2024 21:12:30 +0000 Subject: [PATCH 4/4] Prettified Code! --- .github/PULL_REQUEST_TEMPLATE/basic.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE/basic.md b/.github/PULL_REQUEST_TEMPLATE/basic.md index 342f6ce8..3e3cc3ad 100644 --- a/.github/PULL_REQUEST_TEMPLATE/basic.md +++ b/.github/PULL_REQUEST_TEMPLATE/basic.md @@ -3,6 +3,7 @@ ## Description of Changes + ## Related Issue