Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
tomwer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
42
Issues
42
List
Boards
Labels
Service Desk
Milestones
Jira
Jira
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
tomotools
tomwer
Compare Revisions
22fe327f2bfe96e3896936c7dd1ab7f81a72f5bb...b6bf89e0d4149e5f1a10ccb01d495cffa53915e4
Source
b6bf89e0d4149e5f1a10ccb01d495cffa53915e4
Select Git revision
...
Target
22fe327f2bfe96e3896936c7dd1ab7f81a72f5bb
Select Git revision
Compare
Commits (2)
[gitlab] add description templates
· f0a93b2b
payno
authored
Jul 29, 2020
f0a93b2b
Merge branch 'add_description_templates' into 'master'
· b6bf89e0
payno
authored
Jul 29, 2020
[gitlab] add description templates See merge request tomotools/tomwer!276
b6bf89e0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
90 additions
and
0 deletions
+90
-0
.gitlab/issue_templates/bug_report.md
.gitlab/issue_templates/bug_report.md
+52
-0
.gitlab/issue_templates/feature_request.md
.gitlab/issue_templates/feature_request.md
+19
-0
.gitlab/merge_request_templates/default_merge_request.md
.gitlab/merge_request_templates/default_merge_request.md
+19
-0
No files found.
.gitlab/issue_templates/bug_report.md
0 → 100644
View file @
b6bf89e0
Description
-----------
(Summarize the bug encountered concisely)
Steps to reproduce
------------------
(How one can reproduce the issue - this is very important)
1.
...
2.
...
3.
...
What is the current bug behavior?
---------------------------------
(What actually happens)
What is the expected correct behavior?
--------------------------------------
(What you should see instead)
Relevant logs, error output, 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)
What versions of software are you using?
----------------------------------------
Any other comments?
-------------------
...
.gitlab/issue_templates/feature_request.md
0 → 100644
View file @
b6bf89e0
Description
-----------
User Case(s)
------------
Test Case(s)
------------
Raw material (example script, data...)
--------------------------------------
Any other comments?
-------------------
...
.gitlab/merge_request_templates/default_merge_request.md
0 → 100644
View file @
b6bf89e0
Description / Goal
------------------
TODO list
---------
-
[ ]
...
-
[ ] doc
-
[ ] add test
INFO (how to use...)
--------------------
Any warning ?
-------------
associated materials (screenshot, test scripts...)
--------------------------------------------------