File tree Expand file tree Collapse file tree 3 files changed +89
-0
lines changed Expand file tree Collapse file tree 3 files changed +89
-0
lines changed Original file line number Diff line number Diff line change 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 -->
Original file line number Diff line number Diff line change 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 -->
Original file line number Diff line number Diff line change 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 -->
You can’t perform that action at this time.
0 commit comments