From dfa1550d76119eb326a15d839d86edde3787d031 Mon Sep 17 00:00:00 2001 From: Joshua Eason Date: Thu, 17 Sep 2020 14:26:06 -0600 Subject: [PATCH 1/3] Adding issue templates --- .../issue_templates/Archive Application.md | 16 +++++++++ .gitlab/issue_templates/Bug.md | 34 +++++++++++++++++++ .gitlab/issue_templates/Feature Request.md | 28 +++++++++++++++ .gitlab/issue_templates/Update Application.md | 18 ++++++++++ 4 files changed, 96 insertions(+) create mode 100644 .gitlab/issue_templates/Archive Application.md create mode 100644 .gitlab/issue_templates/Bug.md create mode 100644 .gitlab/issue_templates/Feature Request.md create mode 100644 .gitlab/issue_templates/Update Application.md diff --git a/.gitlab/issue_templates/Archive Application.md b/.gitlab/issue_templates/Archive Application.md new file mode 100644 index 0000000..e845747 --- /dev/null +++ b/.gitlab/issue_templates/Archive Application.md @@ -0,0 +1,16 @@ +## Summary + +Requesting this application be archived due to one of the following reasons: +- [ ] Version is no longer supported by vendor +- [ ] Application is End-Of-Life +- [ ] License violation. +- [ ] Other. See below. + +## Detailed Description + +(Please provide a detailed description of why this application should be archived) + + + + +/label ~archive \ No newline at end of file diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md new file mode 100644 index 0000000..7b5806e --- /dev/null +++ b/.gitlab/issue_templates/Bug.md @@ -0,0 +1,34 @@ +## Summary + +(Summarize the bug encountered concisely) + + +## Steps to reproduce + +(How one can reproduce the issue - this is very important) + + +## What is the current bug behavior? + +(What actually happens) + + +## What is the expected correct behavior? + +(What you should see instead) + + +## Relevant logs and/or screenshots + +(Paste any relevant logs - please use code blocks (```) to format console output, +logs, and code as it's very hard to read otherwise.) + + +## Possible fixes + +(If you can, link to the line of code that might be responsible for the problem) + + + + +/label ~bug \ No newline at end of file diff --git a/.gitlab/issue_templates/Feature Request.md b/.gitlab/issue_templates/Feature Request.md new file mode 100644 index 0000000..27316e2 --- /dev/null +++ b/.gitlab/issue_templates/Feature Request.md @@ -0,0 +1,28 @@ +## Feature description + +(Detailed description of the feature being requested) + + +## Use cases + + +(Detailed description of the use case for this feature) + + +## Benefits + +(How does this benefit others) + + +## Requirements + +(Any requirements for this feature to be enabled?) + + +## Links / references + +(List of links or references that support this feature) + + + +/label ~feature \ No newline at end of file diff --git a/.gitlab/issue_templates/Update Application.md b/.gitlab/issue_templates/Update Application.md new file mode 100644 index 0000000..60535a5 --- /dev/null +++ b/.gitlab/issue_templates/Update Application.md @@ -0,0 +1,18 @@ +# Summary + +Requesting application be updated to a newer version. + + + +# Version Information + +Current version: (State the current version of the application as you see it) + +Updated version: (State the version you would like the application updated to) + +Under support: (Is the updated version within the same major version of the application or is this a new major version?) + + + + +/label ~update \ No newline at end of file -- GitLab From b620da00fad4244c8b43dacc20a73e4c558ee0ff Mon Sep 17 00:00:00 2001 From: Joshua Eason Date: Tue, 6 Oct 2020 08:09:00 -0600 Subject: [PATCH 2/3] Updated templates --- .gitlab/CODEOWNERS | 7 +++++ .../issue_templates/Archive Application.md | 3 +- .gitlab/issue_templates/Bug.md | 3 +- .gitlab/issue_templates/Feature Request.md | 3 +- .../issue_templates/Leadership Question.md | 7 +++++ .../issue_templates/Onboarding Question.md | 7 +++++ .gitlab/issue_templates/Pipeline Failure.md | 29 +++++++++++++++++++ .gitlab/issue_templates/Update Application.md | 3 +- 8 files changed, 58 insertions(+), 4 deletions(-) create mode 100644 .gitlab/CODEOWNERS create mode 100644 .gitlab/issue_templates/Leadership Question.md create mode 100644 .gitlab/issue_templates/Onboarding Question.md create mode 100644 .gitlab/issue_templates/Pipeline Failure.md diff --git a/.gitlab/CODEOWNERS b/.gitlab/CODEOWNERS new file mode 100644 index 0000000..11d201d --- /dev/null +++ b/.gitlab/CODEOWNERS @@ -0,0 +1,7 @@ +[Pipelines] +.gitlab-ci.yml @ironbank-notifications/cht +.gitlab-ci.yaml @ironbank-notifications/cht +Jenkinsfile + +[Gitlab Configuration Files] +.gitlab/* @ironbank-notifications/cht \ No newline at end of file diff --git a/.gitlab/issue_templates/Archive Application.md b/.gitlab/issue_templates/Archive Application.md index e845747..f6fb3df 100644 --- a/.gitlab/issue_templates/Archive Application.md +++ b/.gitlab/issue_templates/Archive Application.md @@ -13,4 +13,5 @@ Requesting this application be archived due to one of the following reasons: -/label ~archive \ No newline at end of file +/label ~archive +/cc @ironbank-notifications/archive \ No newline at end of file diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md index 7b5806e..20fcdb7 100644 --- a/.gitlab/issue_templates/Bug.md +++ b/.gitlab/issue_templates/Bug.md @@ -31,4 +31,5 @@ logs, and code as it's very hard to read otherwise.) -/label ~bug \ No newline at end of file +/label ~bug +/cc @ironbank-notifications/bug \ No newline at end of file diff --git a/.gitlab/issue_templates/Feature Request.md b/.gitlab/issue_templates/Feature Request.md index 27316e2..b13cc8c 100644 --- a/.gitlab/issue_templates/Feature Request.md +++ b/.gitlab/issue_templates/Feature Request.md @@ -25,4 +25,5 @@ -/label ~feature \ No newline at end of file +/label ~feature +/cc @ironbank-notifications/feature \ No newline at end of file diff --git a/.gitlab/issue_templates/Leadership Question.md b/.gitlab/issue_templates/Leadership Question.md new file mode 100644 index 0000000..0d84df2 --- /dev/null +++ b/.gitlab/issue_templates/Leadership Question.md @@ -0,0 +1,7 @@ +## Leadership question + +(Detailed description of the question you'd like to ask the leadership team) + + +/label ~leadership +/cc @ironbank-notifications/leadership \ No newline at end of file diff --git a/.gitlab/issue_templates/Onboarding Question.md b/.gitlab/issue_templates/Onboarding Question.md new file mode 100644 index 0000000..025ae1d --- /dev/null +++ b/.gitlab/issue_templates/Onboarding Question.md @@ -0,0 +1,7 @@ +## Onboarding question + +(Detailed description of the question you'd like to ask the onboarding team) + + +/label ~onboarding +/cc @ironbank-notifications/onboarding \ No newline at end of file diff --git a/.gitlab/issue_templates/Pipeline Failure.md b/.gitlab/issue_templates/Pipeline Failure.md new file mode 100644 index 0000000..b9ce91b --- /dev/null +++ b/.gitlab/issue_templates/Pipeline Failure.md @@ -0,0 +1,29 @@ +## Summary + +(Summarize the pipeline issue encountered concisely) + + +## Link to failed pipeline + +(Link to the failed pipeline) + + +## What is the current bug behavior? + +(What actually happens) + + +## What is the expected correct behavior? + +(What you should see instead) + + +## Possible fixes + +(If you can, link to the line of code that might be responsible for the problem) + + + + +/label ~pipeline ~bug +/cc @ironbank-notifications/pipelines \ No newline at end of file diff --git a/.gitlab/issue_templates/Update Application.md b/.gitlab/issue_templates/Update Application.md index 60535a5..7a06f3c 100644 --- a/.gitlab/issue_templates/Update Application.md +++ b/.gitlab/issue_templates/Update Application.md @@ -15,4 +15,5 @@ Under support: (Is the updated version within the same major version of the appl -/label ~update \ No newline at end of file +/label ~update +/cc @ironbank-notifications/updates \ No newline at end of file -- GitLab From 608e8d3dab76cf8104ed9aebaf2e1e12c83aebb6 Mon Sep 17 00:00:00 2001 From: Joshua Eason Date: Tue, 6 Oct 2020 11:20:51 -0600 Subject: [PATCH 3/3] Removing Jenkinsfile protection --- .gitlab/CODEOWNERS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab/CODEOWNERS b/.gitlab/CODEOWNERS index 11d201d..64a2c68 100644 --- a/.gitlab/CODEOWNERS +++ b/.gitlab/CODEOWNERS @@ -1,7 +1,6 @@ [Pipelines] .gitlab-ci.yml @ironbank-notifications/cht .gitlab-ci.yaml @ironbank-notifications/cht -Jenkinsfile [Gitlab Configuration Files] -.gitlab/* @ironbank-notifications/cht \ No newline at end of file +.gitlab/* @ironbank-notifications/cht -- GitLab