From 99f4d4cec206f9825e5b33ccfef935ce7a7c7406 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Wed, 10 Nov 2021 16:04:01 -0500 Subject: [PATCH] docs: add templates for issues and pull requests --- .github/ISSUE_TEMPLATE/bug.md | 25 +++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature-issue.md | 20 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/simple-issue.md | 7 +++++++ .github/pull_request_template.md | 15 +++++++++++++++ 4 files changed, 67 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.md create mode 100644 .github/ISSUE_TEMPLATE/feature-issue.md create mode 100644 .github/ISSUE_TEMPLATE/simple-issue.md create mode 100644 .github/pull_request_template.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 000000000..7a0147bb0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,25 @@ +--- +name: 🐞 Bug Report +about: Something is broken? 🔨 +labels: bug +--- + +# Bug Report + +## Description + + + +## Steps to reproduce + + + +#### Expected behavior + +#### Actual behavior + +### Additional Information + +- Status desktop version: +- Operating System: + diff --git a/.github/ISSUE_TEMPLATE/feature-issue.md b/.github/ISSUE_TEMPLATE/feature-issue.md new file mode 100644 index 000000000..71611436a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-issue.md @@ -0,0 +1,20 @@ +--- +name: 🎉 Feature Request +about: You have a neat idea that should be implemented? 🎩 +labels: feature +--- + + + + + +### Description + +[comment]: # (Describe the feature you would like and include designs and Figma links if available.) +[comment]: # (Describe the use cases the implementation should cover. E.g. New users, existing users, public chat, group chat, etc) +*Summary*: ... + +### Acceptance Criteria + +[comment]: # (Rules for the future PR to be accepted.) + diff --git a/.github/ISSUE_TEMPLATE/simple-issue.md b/.github/ISSUE_TEMPLATE/simple-issue.md new file mode 100644 index 000000000..ee41b34fe --- /dev/null +++ b/.github/ISSUE_TEMPLATE/simple-issue.md @@ -0,0 +1,7 @@ +--- +name: Simple Issue Report +about: Simple issue report. +--- + +### Description + diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..40b65a696 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,15 @@ +### What does the PR do + + + +### Affected areas + + + +### Screenshot of functionality + + + +### Cool Spaceship Picture + +