Skip to content

Commit

Permalink
Merge branch 'release/2.0.3-IssueTemplates'
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomelli committed Oct 5, 2018
2 parents 69ad1eb + 5b1674e commit 8d44c4c
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 1 deletion.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Bug report
about: Create a report to help us improve

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Version:**
If you are using the NuGet package, which version are you using?

**Additional context**
Add any other context about the problem here.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Feature request
about: Suggest an idea for GeneticSharp

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Question
about: Ask a question about GeneticSharp

---

**Wiki**
Did you search for your answer on our [wiki](https://github.com/giacomelli/GeneticSharp/wiki) (https://github.com/giacomelli/GeneticSharp/wiki)?

**Stack Overflow**
Did you search for your answer at GeneticSharp's Stack Overflow [tag](https://stackoverflow.com/questions/tagged/geneticsharp) (https://stackoverflow.com/questions/tagged/geneticsharp)?

**Ask a question**
If you did not find your answer at wiki and Stack Overflow tag, please, describe your question.
2 changes: 1 addition & 1 deletion tools/runSonar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ echo 'Branch:' $branch

dotnet ../tools/sonar-scanner-msbuild/SonarScanner.MSBuild.dll begin \
/k:"GeneticSharp" \
/v:$branch \
/d:sonar.branch.name=$branch \
/d:sonar.organization="giacomelli-github" \
/d:sonar.host.url="https://sonarcloud.io" \
/d:sonar.login=$GeneticSharp_SonarQube_login \
Expand Down

0 comments on commit 8d44c4c

Please sign in to comment.