Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorImmo Landwerth <immol@microsoft.com>2020-10-23 21:22:38 +0300
committerImmo Landwerth <immol@microsoft.com>2020-10-23 21:22:38 +0300
commited4f91ed71ea65d9949da5ec10b2d55153b7776a (patch)
tree0419622fc638a6f2f5299e2b511778a330c960a6 /.github
parent8803d03946ba25cb3f0beb3f81e42a1554d8cbc4 (diff)
Move GitHub plumbing to .github
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE11
-rw-r--r--.github/ISSUE_TEMPLATES/epic.md21
-rw-r--r--.github/ISSUE_TEMPLATES/theme.md23
-rw-r--r--.github/ISSUE_TEMPLATES/user_story.md18
4 files changed, 73 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE
new file mode 100644
index 00000000..0f1d1520
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE
@@ -0,0 +1,11 @@
+# Issue Title
+
+Be as descriptive as you can with your title.
+
+# General
+
+Provide details on the problem you are experiencing including the .NET Core version, operating system version and anything else that is relevant.
+
+Please provide a code sample for your issue if it is relevant, either inline, link to a gist (or similar) or add it as a zipped attachment.
+
+For some issues, you will get a quicker and better response if you file it at a more specific [.NET repo](https://github.com/dotnet/core/blob/master/Documentation/core-repos.md). For example, if the problem is with ASP.NET Core, you are encouraged to use the [aspnet/home repo](https://github.com/aspnet/home/issues).
diff --git a/.github/ISSUE_TEMPLATES/epic.md b/.github/ISSUE_TEMPLATES/epic.md
new file mode 100644
index 00000000..c023216f
--- /dev/null
+++ b/.github/ISSUE_TEMPLATES/epic.md
@@ -0,0 +1,21 @@
+---
+name: Epic
+about: Use this template for creating Epics
+labels: Epic
+---
+
+<!--This is a template - feel free to delete any and all of it and replace as appropriate-->
+
+### Summary
+
+Describe a specific and tangible customer Epic that is delivered over the course of the product release.
+
+
+<!--We will include a markdown list of all User Stories under this Epic-->
+
+
+### User Stories
+
+User Stories under this Epic:
+
+- [ ] [Title of the linked User Story](hyperlink to the User Story issue).
diff --git a/.github/ISSUE_TEMPLATES/theme.md b/.github/ISSUE_TEMPLATES/theme.md
new file mode 100644
index 00000000..97b95cce
--- /dev/null
+++ b/.github/ISSUE_TEMPLATES/theme.md
@@ -0,0 +1,23 @@
+---
+name: Theme
+about: Use this template for creating Themes
+title: ''
+labels: theme
+assignees: ''
+
+---
+
+<!--This is a template - feel free to delete any and all of it and replace as appropriate-->
+
+### Summary
+
+Describe a Theme that will be delivered over the release.
+
+
+<!--We will include a markdown list of all Epics under this Theme-->
+
+### Epics
+
+Epics under this Theme:
+
+- [ ] [Title of the linked Epic](hyperlink to the Epic issue).
diff --git a/.github/ISSUE_TEMPLATES/user_story.md b/.github/ISSUE_TEMPLATES/user_story.md
new file mode 100644
index 00000000..1cdf4558
--- /dev/null
+++ b/.github/ISSUE_TEMPLATES/user_story.md
@@ -0,0 +1,18 @@
+---
+name: User Story
+about: Use this template for creating user stories
+labels: User Story
+---
+
+<!--This is a template - feel free to delete any and all of it and replace as appropriate-->
+
+### Summary
+
+Describe a specific user story experience. Use the format:
+
+As a [__**user type**__], I want to [__**task**__] so that [__**goal**__].”
+
+
+For example:
+
+As a [__**customer**__], I want to [__**create an account**__] so that [__**I can make purchases**__].