Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-appl
dumux-preCICE
Commits
9a7654b9
Commit
9a7654b9
authored
Jan 25, 2022
by
Alexander Jaust
Browse files
Add issue and merge request templates
parent
06ad810f
Pipeline
#12826
passed with stages
in 6 minutes and 58 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab/issue_templates/template.md
0 → 100644
View file @
9a7654b9
## Description
<!--
Please describe shortly what this merge request is doing and why
it is needed. If there is an related issue, please mention it here.
-->
## Checklist
<!--
Please make sure to go over all points on the checklist and
mark them as checked.
-->
-
[ ] I made sure that the source files are formatted properly.
-
[ ] I added my changes to the changelog (
`CHANGELOG.md`
)
-
[ ] I updated the documentation.
<!--
If the pull request adds new content, please check the points
below. Otherwise remove the following lines.
-->
-
[ ] I added a test for the new feature.
.gitlab/merge_request_templates/template.md
0 → 100644
View file @
9a7654b9
## Description
<!--
Please describe the problem/feature request. Please also describe what you want
to achieve.
--->
### Environment
<!--
Please provide information about the operating system and relevant versions of
the software.
Example:
Ubuntu 20.04 LTS, preCICE 2.3.0, DuMuX 3.4, DuMuX-preCICE 0.1
--->
## Steps to reproduce
<!-- Please describe the steps one has to execture to reproduce the problem. --->
### Expected behavior
<!-- What outcome did you expect? --->
### Actual behavior
<!-- What was the actual outcome? --->
CHANGELOG.md
View file @
9a7654b9
...
...
@@ -2,6 +2,7 @@
## Not released yet
-
2022-01-25: Added
[
description templates
](
https://docs.gitlab.com/ee/user/project/description_templates.html
)
for merge requests and issues.
-
2022-01-12: The repository has been restructured. The main changes are:
-
The adapter is now called
`CouplingAdapter`
and resides in
`dumux-precice/`
. The build process has been adapted accordingly.
...
...
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