From 7fbcd89d59f2049102b99358cf399c35f9733cbe Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Fri, 13 Nov 2020 11:56:44 -0600 Subject: [PATCH 1/4] Create app-addition-template.md --- .../PULL_REQUEST_TEMPLATE/app-addition-template.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/app-addition-template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/app-addition-template.md b/.github/PULL_REQUEST_TEMPLATE/app-addition-template.md new file mode 100644 index 0000000..1c2d63f --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/app-addition-template.md @@ -0,0 +1,11 @@ +## App Being Added +_The Name of the App being added_ + +#### Open Questions and Pre-Merge TODOs +- [ ] Keeps list alphabetical. +- [ ] Matches Standard App Line Format. +- [ ] App status is clearly stated. +- [ ] App status is consistent with already used verbiage. + +# Standard App Line Format +`* [App Name](https://app-download.link/) - ✅ App Status - [Relavent Link 1](https://github.com/) [Relavent Link 2](https://someforum.com/)` From a72f2dc390629618f6460090af7bbdb4c533a6f2 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Fri, 13 Nov 2020 11:58:31 -0600 Subject: [PATCH 2/4] Rename app-addition-template.md to pull_request_template.md --- .../{app-addition-template.md => pull_request_template.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/PULL_REQUEST_TEMPLATE/{app-addition-template.md => pull_request_template.md} (100%) diff --git a/.github/PULL_REQUEST_TEMPLATE/app-addition-template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md similarity index 100% rename from .github/PULL_REQUEST_TEMPLATE/app-addition-template.md rename to .github/PULL_REQUEST_TEMPLATE/pull_request_template.md From b8a2ec5908d4580bc36651d9800847727fe64206 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Fri, 13 Nov 2020 12:00:09 -0600 Subject: [PATCH 3/4] Rename pull_request_template.md to app_addition_template.md --- .../{pull_request_template.md => app_addition_template.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/PULL_REQUEST_TEMPLATE/{pull_request_template.md => app_addition_template.md} (100%) diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/app_addition_template.md similarity index 100% rename from .github/PULL_REQUEST_TEMPLATE/pull_request_template.md rename to .github/PULL_REQUEST_TEMPLATE/app_addition_template.md From 3a483d34794dacbd4b5fad953108ffb5dbae0e6c Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Fri, 13 Nov 2020 12:00:48 -0600 Subject: [PATCH 4/4] Reduce heading size --- .github/PULL_REQUEST_TEMPLATE/app_addition_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/app_addition_template.md b/.github/PULL_REQUEST_TEMPLATE/app_addition_template.md index 1c2d63f..5c467e0 100644 --- a/.github/PULL_REQUEST_TEMPLATE/app_addition_template.md +++ b/.github/PULL_REQUEST_TEMPLATE/app_addition_template.md @@ -7,5 +7,5 @@ _The Name of the App being added_ - [ ] App status is clearly stated. - [ ] App status is consistent with already used verbiage. -# Standard App Line Format +#### Standard App Line Format `* [App Name](https://app-download.link/) - ✅ App Status - [Relavent Link 1](https://github.com/) [Relavent Link 2](https://someforum.com/)`