UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
V
Via
JARVIS
afwerx-backend
Commits
77955ea0
Commit
77955ea0
authored
Oct 06, 2020
by
Joshua Eason
Browse files
Issue templates
parent
4ebd7f06
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
150 additions
and
0 deletions
+150
-0
.gitlab/CODEOWNERS
.gitlab/CODEOWNERS
+7
-0
.gitlab/issue_templates/Archive Application.md
.gitlab/issue_templates/Archive Application.md
+17
-0
.gitlab/issue_templates/Bug.md
.gitlab/issue_templates/Bug.md
+35
-0
.gitlab/issue_templates/Feature Request.md
.gitlab/issue_templates/Feature Request.md
+29
-0
.gitlab/issue_templates/Leadership Question.md
.gitlab/issue_templates/Leadership Question.md
+7
-0
.gitlab/issue_templates/Onboarding Question.md
.gitlab/issue_templates/Onboarding Question.md
+7
-0
.gitlab/issue_templates/Pipeline Failure.md
.gitlab/issue_templates/Pipeline Failure.md
+29
-0
.gitlab/issue_templates/Update Application.md
.gitlab/issue_templates/Update Application.md
+19
-0
No files found.
.gitlab/CODEOWNERS
0 → 100644
View file @
77955ea0
[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/issue_templates/Archive Application.md
0 → 100644
View file @
77955ea0
## 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
/cc @ironbank-notifications/archive
\ No newline at end of file
.gitlab/issue_templates/Bug.md
0 → 100644
View file @
77955ea0
## 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
/cc @ironbank-notifications/bug
\ No newline at end of file
.gitlab/issue_templates/Feature Request.md
0 → 100644
View file @
77955ea0
## 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
/cc @ironbank-notifications/feature
\ No newline at end of file
.gitlab/issue_templates/Leadership Question.md
0 → 100644
View file @
77955ea0
## 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
.gitlab/issue_templates/Onboarding Question.md
0 → 100644
View file @
77955ea0
## 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
.gitlab/issue_templates/Pipeline Failure.md
0 → 100644
View file @
77955ea0
## 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
.gitlab/issue_templates/Update Application.md
0 → 100644
View file @
77955ea0
# 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
/cc @ironbank-notifications/updates
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment