Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SPSP
Transfer Tool
Commits
33096904
Commit
33096904
authored
Jun 08, 2020
by
Dillenn Terumalai
Browse files
Added gitlab bug and feature prop. templates
parent
04ac2faf
Changes
5
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
33096904
...
...
@@ -7,5 +7,6 @@
!.pub
!README.md
!spsp
!.gitlab
!viruses
!bacteria
\ No newline at end of file
.gitlab/.gitignore
0 → 100644
View file @
33096904
*
!issue_templates
!.gitignore
\ No newline at end of file
.gitlab/issue_templates/.gitignore
0 → 100644
View file @
33096904
*
!Bug.md
!Feature proposal.md
!.gitignore
\ No newline at end of file
.gitlab/issue_templates/Bug.md
0 → 100644
View file @
33096904
### Summary
<!-- Summarize the bug encountered concisely -->
### Steps to reproduce
<!-- How one can reproduce the issue - this is very important -->
### Example Project or Record (Optional)
<!-- If possible, please provide the name of the project or the record here that exhibits the problematic behavior -->
### What is the current *bug* behavior?
<!-- What actually happens -->
### What is the expected *correct* behavior?
<!-- What you should see instead -->
### Relevant screenshots and/or logs
<!-- Paste any relevant screenshots -->
/label ~Bug
/assign @dterumal
\ No newline at end of file
.gitlab/issue_templates/Feature proposal.md
0 → 100644
View file @
33096904
### Problem to solve
<!-- What problem do we solve? -->
### Further details
<!-- Include use cases, benefits, and/or goals -->
### Proposal
<!-- What do you propose to solve this problem? -->
### Links / references
<!-- Provide any screenshot or links to websites that may be relevant to your proposal -->
/label ~Feature
/assign @dterumal
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