summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Falcon <james.falcon@canonical.com>2023-05-17 16:29:00 -0500
committerGitHub <noreply@github.com>2023-05-17 15:29:00 -0600
commit6d09df5e4786a2a6c79d6098ab413c93b205221c (patch)
treec42dc7e2d5120d3dfbb50b388183409ce9db289d
parent1b9c2b57a8dcf924c946d37ff42649b50d41c011 (diff)
downloadcloud-init-git-main.tar.gz
Add templates for GitHub IssuesHEADmain
-rw-r--r--.github/ISSUE_TEMPLATE/bug.md21
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml4
-rw-r--r--.github/ISSUE_TEMPLATE/documentation.md9
-rw-r--r--.github/ISSUE_TEMPLATE/enhancement.md9
-rw-r--r--README.md3
-rw-r--r--doc/rtd/index.rst2
6 files changed, 47 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md
new file mode 100644
index 00000000..e2c32ad8
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug.md
@@ -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.
+-->
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 00000000..9e6a6af0
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -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"
diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md
new file mode 100644
index 00000000..b51bd667
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/documentation.md
@@ -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 -->
diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md
new file mode 100644
index 00000000..9cf882f2
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/enhancement.md
@@ -0,0 +1,9 @@
+---
+name: Enhancement
+about: Functionality to improve cloud-init
+title: "[enhancement]: "
+labels: enhancement, new
+---
+
+# Enhancement
+
diff --git a/README.md b/README.md
index 9c351a0a..4049b0ea 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/doc/rtd/index.rst b/doc/rtd/index.rst
index 2c5bd2a8..385ce758 100644
--- a/doc/rtd/index.rst
+++ b/doc/rtd/index.rst
@@ -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`_
@@ -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