Skip to content

Commit

Permalink
Added new issue templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Lemstra committed Sep 1, 2018
1 parent 301c2ce commit fd8b757
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/ask-question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: Ask question
about: Ask a question about this project.

---

You should not create an issue but use Gitter instead: https://gitter.im/ImageSharp/General

You should not create an issue but use Gitter instead: https://gitter.im/ImageSharp/General

You should not create an issue but use Gitter instead: https://gitter.im/ImageSharp/General

You should not create an issue but use Gitter instead: https://gitter.im/ImageSharp/General
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
name: Bug report
about: Create a report to help us improve

---

### Prerequisites

- [ ] I have written a descriptive issue title
Expand Down
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: Feature request
about: Suggest an idea for this project

---

You should first discuss the feature on Gitter: https://gitter.im/ImageSharp/General

You should first discuss the feature on Gitter: https://gitter.im/ImageSharp/General

You should first discuss the feature on Gitter: https://gitter.im/ImageSharp/General

You should first discuss the feature on Gitter: https://gitter.im/ImageSharp/General
4 changes: 3 additions & 1 deletion ImageSharp.sln
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionIt
.editorconfig = .editorconfig
.travis.yml = .travis.yml
appveyor.yml = appveyor.yml
.github\ISSUE_TEMPLATE\ask-question.md = .github\ISSUE_TEMPLATE\ask-question.md
.github\ISSUE_TEMPLATE\bug-report.md = .github\ISSUE_TEMPLATE\bug-report.md
codecov.yml = codecov.yml
CodeCoverage.runsettings = CodeCoverage.runsettings
.github\CONTRIBUTING.md = .github\CONTRIBUTING.md
.github\ISSUE_TEMPLATE\feature-request.md = .github\ISSUE_TEMPLATE\feature-request.md
features.md = features.md
ImageSharp.ruleset = ImageSharp.ruleset
ImageSharp.sln.DotSettings = ImageSharp.sln.DotSettings
.github\ISSUE_TEMPLATE.md = .github\ISSUE_TEMPLATE.md
NuGet.config = NuGet.config
.github\PULL_REQUEST_TEMPLATE.md = .github\PULL_REQUEST_TEMPLATE.md
README.md = README.md
Expand Down

0 comments on commit fd8b757

Please sign in to comment.