Skip to content

Commit

Permalink
Add custom templates for features, bugs, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
vickumar1981 committed Mar 27, 2020
1 parent 31f6bfa commit 1a595d9
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Be cordial or be on your way.

https://www.kennethreitz.org/essays/be-cordial-or-be-on-your-way
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Summary.

## Expected Result

What you expected.

## Actual Result

What happened instead.

## Reproduction Steps

```scala
import com.github.vickumar1981.stringdistance.StringDistance._

```

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

---

Summary.

## Expected Result

What you expected.

## Actual Result

What happened instead.

## Reproduction Steps

```scala
import com.github.vickumar1981.stringdistance.StringDistance._

```

6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/Custom.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
name: Request for Help
about: Guidance on using StringDistance.

---

6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/Feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
name: Feature request
about: Suggest an idea for this project

---

0 comments on commit 1a595d9

Please sign in to comment.