Skip to content

Commit

Permalink
Add templates for GitHub Issues
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealFalcon authored May 17, 2023
1 parent 1b9c2b5 commit 6d09df5
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Bug
about: Submit a bug report
labels: bug, new
---

# Bug report
<!-- bug description explaining unmet expectation or use-case -->

## Steps to reproduce the problem
<!--Provide any applicable user-data, config, commandline or procedure to reproduce this problem -->

## Environment details
- Cloud-init version:
- Operating System Distribution:
- Cloud provider, platform or installer type:

## cloud-init logs
<!--
Please provide either the applicable excerpt of /var/log/cloud-init.log representing the failure or attach cloud-init-logs.tar.gz obtained by running `sudo cloud-init collect-logs`. Add `--include-userdata` if there is no sensitive information in your user data.
-->
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
contact_links:
- name: "Get Help"
about: "Links to documentation and community support"
url: "https://cloudinit.readthedocs.io/en/latest/#project-and-community"
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: Documentation
about: Give feedback, make a suggestion/request, or report a problem with the documentation
title: "[docs]: "
labels: documentation, new
---

# Documentation request
<!-- Please include affected doc URL, command line utility or tool -->
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: Enhancement
about: Functionality to improve cloud-init
title: "[enhancement]: "
labels: enhancement, new
---

# Enhancement

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ If you need additional help consider reaching out with one of the following opti

- Ask a question in the [``#cloud-init`` IRC channel on Libera](https://kiwiirc.com/nextclient/irc.libera.chat/cloud-init)
- Search the cloud-init [mailing list archive](https://lists.launchpad.net/cloud-init/)
- Better yet, join the [cloud-init mailing list](https://launchpad.net/~cloud-init) and participate
* Follow announcements or ask a question on [the cloud-init Discourse forum](https://discourse.ubuntu.com/c/server/cloud-init/)
- Join the [cloud-init mailing list](https://launchpad.net/~cloud-init) and participate
- Find a bug? [Report bugs on GitHub Issues](https://github.com/canonical/cloud-init/issues)

## Distribution and cloud support
Expand Down
2 changes: 2 additions & 0 deletions doc/rtd/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ projects, contributions, suggestions, fixes and constructive feedback.

* Read our `Code of Conduct`_
* Ask questions in the ``#cloud-init`` `IRC channel on Libera`_
* Follow announcements or ask a question on `the cloud-init Discourse forum`_
* Join the `cloud-init mailing list`_
* :ref:`Contribute on GitHub<contributing>`
* `Release schedule`_
Expand All @@ -90,6 +91,7 @@ projects, contributions, suggestions, fixes and constructive feedback.
.. LINKS
.. _Code of Conduct: https://ubuntu.com/community/code-of-conduct
.. _IRC channel on Libera: https://kiwiirc.com/nextclient/irc.libera.chat/cloud-init
.. _the cloud-init Discourse forum: https://discourse.ubuntu.com/c/server/cloud-init/
.. _cloud-init mailing list: https://launchpad.net/~cloud-init
.. _mailing list archive: https://lists.launchpad.net/cloud-init/
.. _Release schedule: https://discourse.ubuntu.com/t/cloud-init-release-schedule/32244
Expand Down

0 comments on commit 6d09df5

Please sign in to comment.