Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
ThaliApp
Commits
00d5c273
Commit
00d5c273
authored
Feb 06, 2019
by
Gijs Hendriksen
Browse files
Merge branch 'tc/gitlab-templates' into 'master'
Improve templates See merge request
!229
parents
746809df
9b032731
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitlab/issue_templates/Bug.md
View file @
00d5c273
...
...
@@ -2,11 +2,19 @@
### One-sentence description
### Current behaviour
<!-- What breaks -->
### Expected behaviour
### Current behaviour / Reproducing the bug
<!-- Please write what is happening and how we could reproduce it, if relevant -->
### Steps to reproduce
<!--
1.
Step 1
2.
Step 2
3.
???
4.
Breakage
-->
1.
### Expected behaviour
<!-- Please write how what happened did not meet your expectations -->
.gitlab/issue_templates/Feature Request.md
View file @
00d5c273
/label ~feature ~"priority: low"
<!--
You want something new.
-->
### One-sentence description
### Desired behaviour
<!-- What do you want? -->
### Motivation
<!-- Why should we care? -->
### Desired functionality
<!--
What we should support.
Please provide this in general terms, if possible.
You can provide suggestions on how to implement this later.
We like high-level descriptions as those allow us to better consider
the desired result. Assumptions on how the site works don't
necessarily match how we implemented certain things.
-->
### Suggested implementation
<!--
If you have any notes on how we could achieve this feature,
share them here.
-->
.gitlab/issue_templates/Technical Change Request.md
View file @
00d5c273
/label ~"technical change" ~"priority: low"
<!--
This template is for changes that do not affect the behaviour of the website.
Examples:
* Changes in CI
* Refactoring of code
* Technicie-facing documentation
-->
### One-sentence description
<!-- Please provide a brief description of the issue. Don't go into specifics. -->
### Why?
<!-- Please motivate why we should invest into this change -->
### Current implementation
### Desired implementation
<!-- If relevant, describe how it's done currently -->
### Suggested implementation
<!-- Provide (a) suggestion(s) for how we could approach this -->
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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