Skip to content

Commit 947ef16

Browse files
committed
add github issue and pull request templates
1 parent d8124fc commit 947ef16

File tree

3 files changed

+89
-0
lines changed

3 files changed

+89
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: Bug Report
3+
about: Something is not working
4+
---
5+
6+
<!--
7+
Thank you for submitting a bug report. Please fill the template below
8+
with more details.
9+
-->
10+
11+
#### Summary
12+
<!-- Please explain the bug in a few short sentences -->
13+
14+
#### What Should Happen Instead?
15+
<!-- Please explain what the expected behavior is -->
16+
17+
#### Reproduction Steps
18+
<!-- Are you able to consistently reproduce the issue? Please add a list of steps that lead to the bug. -->
19+
20+
1. ...
21+
2. ...
22+
23+
#### Version information
24+
<!-- Fill in any that apply -->
25+
26+
- Infrastructure: LXD / Incus
27+
- Server version: `incus version` or `lxc version`
28+
- Cluster template: <if applicable>
29+
30+
#### Can you suggest a fix?
31+
<!-- (This section is optional). How do you propose that the issue be fixed? -->
32+
33+
#### Are you interested in contributing with a fix?
34+
<!-- yes/no, or @mention maintainers. Community contributions are welcome. -->
35+
36+
37+
<!-- Thank you for making cluster-api-provider-lxc better -->
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Feature Request
3+
about: Suggest a new feature
4+
---
5+
6+
<!--
7+
Thank you for submitting a feature request. Please fill the template below
8+
with more details.
9+
-->
10+
11+
#### Summary
12+
<!-- Please explain the feature request in a few short sentences. -->
13+
14+
#### Why is this important?
15+
<!-- Please explain the motivation, how it will be used, etc. -->
16+
17+
#### Are you interested in contributing to this feature?
18+
<!-- yes/no, or @mention maintainers. -->
19+
20+
21+
<!-- Thank you for making cluster-api-provider-lxc better -->

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<!--
2+
Thank you for making cluster-api-provider-lxc better. Please fill the template below
3+
with more details.
4+
-->
5+
6+
#### Summary
7+
<!--
8+
Please explain the changes made in this pull request in a few short sentences.
9+
10+
Link to any related issues and/or comments, e.g.
11+
12+
Closes #issue-number
13+
References #issue-number
14+
-->
15+
16+
#### Changes
17+
<!-- Please explain the list of changes made in this PR. Mention any user-facing changes. -->
18+
19+
#### Testing
20+
<!-- Please explain how you tested your changes. -->
21+
22+
#### Possible Regressions
23+
<!-- (This section is optional). Could these changes introduce regressions in existing functionality? -->
24+
25+
#### Checklist
26+
<!-- Please verify that you have done the following -->
27+
28+
* [ ] The introduced changes are covered by unit and/or integration tests.
29+
30+
#### Notes
31+
<!-- Please add any other information that you think may be relevant -->

0 commit comments

Comments
 (0)