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
Démarches Simplifiées
Vagrant DEV for Démarches-Simplifiées
Commits
d1ca1dd1
Commit
d1ca1dd1
authored
Jan 14, 2022
by
Fabrice Gangler
🎨
Browse files
DOC: add Gitlab templates (MR + issue)
parent
4ace4e38
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitlab/issue_templates/Bug.md
0 → 100644
View file @
d1ca1dd1
## Summary
<!-- Briefly summarize the bug -->
## Steps to reproduce
<!-- What do you need to do to reproduce the bug? -->
## Actual behavior
<!-- What actually happens -->
## Expected behavior
<!-- What you should see instead -->
## Relevant logs and/or screenshots
<!-- Paste the logs inside of the code blocks (
```)
below so it would be easier to read. -->
<details>
<summary> Log </summary>
```
sh
Add the log here
```
</details>
## Possible fixes
<!-- If you can, link to the line of code
that might be responsible for the problem -->
/label ~BUG
.gitlab/issue_templates/Feature Proposal.md
0 → 100644
View file @
d1ca1dd1
## Description
<!-- Include problem, use cases, benefits, and/or goals -->
## Proposal
## Links to related issues and merge requests / references
<!-- Please paste a link of the related issues or/and merge requests -->
/label ~feature
.gitlab/merge_request_templates/Documentation.md
0 → 100644
View file @
d1ca1dd1
<!-- Mention "documentation" or "docs" in the MR title -->
## What does this MR do?
<!-- Briefly describe what this MR is about. -->
## Related issues
<!-- Link related issues below.
Insert the issue link or reference after the word "Closes"
if merging this should automatically close it. -->
/label ~documentation
Write
Preview
Supports
Markdown
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