From 9f85e20192a1f5429d0ef9f11e90c289d9c4c2f1 Mon Sep 17 00:00:00 2001 From: Adekunle Oduye Date: Wed, 8 Jun 2022 19:03:42 +0200 Subject: [PATCH 1/4] docs: github templates --- .github/issue_template.md | 10 ++++++++++ .github/pull_request_template.md | 11 +++++++++++ 2 files changed, 21 insertions(+) create mode 100644 .github/issue_template.md create mode 100644 .github/pull_request_template.md diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 000000000..0e0cbf7f7 --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,10 @@ +## Bug Description + + +## Screenshot(s) +| Bug Screenshot(s) | +| --- | +| | + +## Additional context + diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..02ec850e7 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ +## Summary + + +## Before & After +| Before | After | +| --- | --- | +| | | + + +## Issue +# From 033bdef606272b5dc08a6fb774983701075e97f3 Mon Sep 17 00:00:00 2001 From: Adekunle Oduye Date: Wed, 8 Jun 2022 13:14:38 -0400 Subject: [PATCH 2/4] docs: update to h3 --- .github/issue_template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index 0e0cbf7f7..298117e82 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -1,10 +1,10 @@ -## Bug Description +### Bug Description -## Screenshot(s) +### Screenshot(s) | Bug Screenshot(s) | | --- | | | -## Additional context +### Additional context From d5ab3097d233f24e0c57af322f67bfb7ed68f726 Mon Sep 17 00:00:00 2001 From: Adekunle Oduye Date: Wed, 8 Jun 2022 13:14:59 -0400 Subject: [PATCH 3/4] docs: update to h3 --- .github/pull_request_template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 02ec850e7..5941f2a02 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,11 +1,11 @@ -## Summary +### Summary -## Before & After +### Before & After | Before | After | | --- | --- | | | | -## Issue +### Issue # From 42c78394cc2f1992b924fdba882d55fcdef5f112 Mon Sep 17 00:00:00 2001 From: Adekunle Oduye Date: Mon, 10 Apr 2023 21:19:02 -0400 Subject: [PATCH 4/4] Update pull_request_template.md Added placeholder to issue section. --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 5941f2a02..edbae585e 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -8,4 +8,4 @@ ### Issue -# +*Link to issue (i.e #1)*