From 6d09df5e4786a2a6c79d6098ab413c93b205221c Mon Sep 17 00:00:00 2001 From: James Falcon Date: Wed, 17 May 2023 16:29:00 -0500 Subject: Add templates for GitHub Issues --- .github/ISSUE_TEMPLATE/bug.md | 21 +++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 4 ++++ .github/ISSUE_TEMPLATE/documentation.md | 9 +++++++++ .github/ISSUE_TEMPLATE/enhancement.md | 9 +++++++++ README.md | 3 ++- doc/rtd/index.rst | 2 ++ 6 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/bug.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/documentation.md create mode 100644 .github/ISSUE_TEMPLATE/enhancement.md 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 + + +## Steps to reproduce the problem + + +## Environment details +- Cloud-init version: +- Operating System Distribution: +- Cloud provider, platform or installer type: + +## cloud-init logs + 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 + 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` * `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 -- cgit v1.2.1