Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added new issue templates. #691

Merged
merged 2 commits into from
Sep 1, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😍

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💃


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
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: 1.0.0.{build}
image: Previous Visual Studio 2017
image: Visual Studio 2017

# prevent the double build when a branch has an active PR
skip_branch_with_pr: true
Expand Down
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ if("$env:APPVEYOR_API_URL" -ne ""){
}

Write-Host "Building version '${version}'"
dotnet restore /p:packageversion=$version
dotnet restore /p:packageversion=$version /p:DisableImplicitNuGetFallbackFolder=true

Write-Host "Building projects"
dotnet build -c Release /p:packageversion=$version
Expand Down