Skip to content

Commit

Permalink
update the issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmood committed Nov 11, 2020
1 parent 5e2a019 commit 7e462d2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 14 deletions.
2 changes: 2 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Your help is more than welcome! Even just open an issue to ask a question may greatly help others.

Please learned [How To Ask Questions The Smart Way](http://www.catb.org/~esr/faqs/smart-questions.html) before you ask questions.

We use Github Projects to manage tasks, you can see the priority and progress of the issues [here](https://github.com/orgs/go-rod/projects/1).

## Terminology
Expand Down
2 changes: 0 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ assignees: ''

**Rod Version:** v0.0.0

[Don't rush to claim that you have found a bug.](http://www.catb.org/~esr/faqs/smart-questions.html#idm368)

## Steps to reproduce

- What did you do?
Expand Down
4 changes: 0 additions & 4 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,3 @@ title: ''
labels: enhance
assignees: ''
---

## Is your feature request related to a problem

## Describe the solution you'd like
16 changes: 8 additions & 8 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ assignees: ''

**Rod Version:** v0.0.0

The community is not charity. We welcome constructive questions, but not without limitation.
## The code to demonstrate your question

Check before you submit:
```go
// Please make sure your code is minimal and standalone
func main() {

- Have you learned [How To Ask Questions The Smart Way](http://www.catb.org/~esr/faqs/smart-questions.html)?
- Is this issue general enough to benefit others?
- Can I provide code to reproduce the issue?
- Can I reduce the unrelated code to make the example minimal?
- Is the example code standalone?
- What have you tried to solve the problem?
}
```

## What have you tried to solve the question

0 comments on commit 7e462d2

Please sign in to comment.