Skip to content

Commit 6e8d19e

Browse files
committed
Merge branch 'improvement/add-issue-templates' into q/2.0
2 parents e2d7e97 + 599fcb9 commit 6e8d19e

File tree

4 files changed

+58
-0
lines changed

4 files changed

+58
-0
lines changed

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Bug Report
3+
about: Report a bug encountered while operating MetalK8s
4+
labels: bug,moonshot
5+
6+
---
7+
8+
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
9+
10+
If the matter is security related, please disclose it privately to security@scality.com
11+
-->
12+
13+
**Component**:
14+
15+
<!-- E.g. 'salt', 'containers', 'kubernetes', 'build', 'tests'... -->
16+
17+
**What happened**:
18+
19+
**What was expected**:
20+
21+
**Steps to reproduce**
22+
23+
**Resolution proposal** (optional):
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: Improvement
3+
about: Suggest an improvement to the MetalK8s project
4+
labels: moonshot
5+
6+
---
7+
<!-- Please only use this template for submitting improvement requests, and make sure it is linked to the relevant GitHub Project. -->
8+
9+
**Component**:
10+
11+
<!-- E.g. 'salt', 'containers', 'kubernetes', 'build', 'tests'... -->
12+
13+
**Why this is needed**:
14+
15+
**What should be done**:
16+
17+
**Implementation proposal** (strongly recommended):
18+
19+
**Test plan**:

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
**Component**:
2+
3+
<!-- E.g. 'salt', 'containers', 'kubernetes', 'build', 'tests'... -->
4+
5+
**Context**:
6+
7+
**Summary**:
8+
9+
**Acceptance criteria**:

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,10 @@ vagrant ssh-config >bootstrap.ssh.config
3535
# The test command should be in that case
3636
SSH_CONFIG_FILE=bootstrap.ssh.config SSH_HOSTS_LIST=bootstrap tox -e tests
3737
```
38+
39+
---
40+
41+
MetalK8s version 1 is still maintained in this repository. See the
42+
`development/1.*` branches, e. g.
43+
[MetalK8s 1.3](github.com/scality/metalk8s/tree/development/1.3) in the same
44+
repository.

0 commit comments

Comments
 (0)