Skip to content

Commit

Permalink
docs: re-org templates
Browse files Browse the repository at this point in the history
  • Loading branch information
chgl committed Sep 16, 2024
1 parent 2af2649 commit 0281a6a
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 20 deletions.
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

title: ""
labels: ""
assignees: ""
---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
1. Click on '....'
1. Scroll down to '....'
1. See error

**Expected behavior**
A clear and concise description of what you expected to happen.
Expand All @@ -24,9 +24,10 @@ A clear and concise description of what you expected to happen.
If applicable, add screenshots to help explain your problem.

**Server (please complete the following information):**
- OS: [e.g. Ubuntu 24.04]
- Container Runtime [e.g. docker, containerd, cri-o, podman]
- Container Runtime Version [e.g. 22]

- OS: [e.g. Ubuntu 24.04]
- Container Runtime [e.g. docker, containerd, cri-o, podman]
- Container Runtime Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

title: ""
labels: ""
assignees: ""
---

**Is your feature request related to a problem? Please describe.**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
---
name: Custom issue template
about: For anything that isn't a bug or feature request.
title: ''
labels: ''
assignees: ''

title: ""
labels: ""
assignees: ""
---


Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Describe your changes

<!-- It's OK to be brief. Or skip this entirely if the changes are obvious. -->

## Issue ticket number and link

<!-- Optional -->
Expand Down
17 changes: 17 additions & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"MD004": false,
"MD007": {
"indent": 2
},
"MD013": {
"line_length": 400
},
"MD026": {
"punctuation": ".,;:!。,;:"
},
"MD029": false,
"MD033": false,
"MD036": false,
"blank_lines": false,
"MD041": false
}

0 comments on commit 0281a6a

Please sign in to comment.