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
O
Opensource
quay
clair
Commits
d132f73a
Commit
d132f73a
authored
Oct 09, 2020
by
jeason
Browse files
Project template: file templates
parent
d2a39161
Pipeline
#50431
failed with stages
in 5 seconds
Changes
6
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
121 additions
and
0 deletions
+121
-0
.gitlab/CODEOWNERS
.gitlab/CODEOWNERS
+7
-0
.gitlab/issue_templates/Bug.md
.gitlab/issue_templates/Bug.md
+37
-0
.gitlab/issue_templates/Feature Request.md
.gitlab/issue_templates/Feature Request.md
+32
-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
+31
-0
No files found.
.gitlab/CODEOWNERS
0 → 100644
View file @
d132f73a
[Pipelines]
.gitlab-ci.yml @ironbank-notifications/cht
.gitlab-ci.yaml @ironbank-notifications/cht
[Gitlab Configuration Files]
.gitlab/* @ironbank-notifications/cht
.gitlab/issue_templates/Bug.md
0 → 100644
View file @
d132f73a
## 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)
## Defintion of Done
-
[ ] Bug has been identified and corrected within the container
/label ~Bug
/cc @ironbank-notifications/bug
.gitlab/issue_templates/Feature Request.md
0 → 100644
View file @
d132f73a
## 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)
## Definition of Done
-
[ ] Feature has been implemented
/label ~Feature
/cc @ironbank-notifications/feature
.gitlab/issue_templates/Leadership Question.md
0 → 100644
View file @
d132f73a
## Leadership question
(Detailed description of the question you'd like to ask the leadership team)
/label ~"Question::Leadership" ~"To Do"
/cc @ironbank-notifications/leadership
.gitlab/issue_templates/Onboarding Question.md
0 → 100644
View file @
d132f73a
## Onboarding question
(Detailed description of the question you'd like to ask the onboarding team)
/label ~"Question::Onboarding" ~"To Do"
/cc @ironbank-notifications/onboarding
.gitlab/issue_templates/Pipeline Failure.md
0 → 100644
View file @
d132f73a
## 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)
## Definition of Done
-
[ ] Pipeline failure has been resolved
/label ~Pipeline
/cc @ironbank-notifications/pipelines
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