Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Improve markdown formatting of ISSUE_TEMPLATE (#27)
Browse files Browse the repository at this point in the history
* Improve question phrasing in issue template

* Improve formatting of ISSUE_TEMPLATE for readability

* Rename ISSUE_TEMPLATE -> ISSUE_TEMPLATE.md
  • Loading branch information
AgentZombie committed Sep 12, 2018
1 parent 4d8d54c commit 139fce5
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .github/ISSUE_TEMPLATE

This file was deleted.

46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
Where is the project currently hosted?

> https://github.com/foo/bar
>
What languages other than Go does the project utilize?

> `make` and `bash` for building
>
When was the project's last activity?

> Feb 3, 1991
>
Does the project have a maintainer, or a maintainer looking for someone to take over the project?

> The current maintainer...
>
What active projects replicate the popular functionality of this project, if any?

> There's github.com/baz/bar but it's really incomplete.
> There's also github.com/quz/bar but it's also unmaintained.
>
What are some example projects that make use of this package?

> My project github.com/zzz/yyy uses it heavily.
> github.com/www/uuu imports it and has 300 stars.
>
Are there any outstanding **_critical_** bugs that result in the library being totally unusable or insecure?

> There's issue #xyz/not at this time
>
Please provide a link to the project importers from https://godoc.org.

> Example: https://godoc.org/github.com/gofrs/uuid?importers
>
What else would you like to mention about the project?

> Of the packages trying to provide this functionality, this is the cleanest. It's lacking in...
>

0 comments on commit 139fce5

Please sign in to comment.