Skip to content

Commit

Permalink
Docs: Triage: Prefer "feature suggestion" to "request"
Browse files Browse the repository at this point in the history
We don't have enough volunteers to take requests.

[ci skip]
  • Loading branch information
jaredbeck committed Jul 29, 2018
1 parent e3e98db commit 6798f22
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 18 deletions.
33 changes: 16 additions & 17 deletions .github/triage.md
Expand Up @@ -5,8 +5,8 @@ Common responses to issues.
## Usage question we were able to answer

```
If that doesn't answer your question, please ask a new question
on [stackoverflow][1]. Unfortunatley, we just don't have enough volunteers to
If that doesn't answer your question, please ask a new question
on [stackoverflow][1]. Unfortunatley, we just don't have enough volunteers to
handle usage questions on github.
Also, please check the [reference documentation][2]. You might find something
Expand All @@ -22,16 +22,16 @@ Thanks!

```
Hello, I'm going through old authlogic issues and seeing what to do with them.
Skimming through this, it's unclear if it's a usage question, a feature request,
or a bug report.
Skimming through this, it's unclear if it's a usage question, a feature
suggestion, or a bug report.
If this is a bug report, and you can still reproduce this issue with a clean
install of the latest version of authlogic and rails (currently 3.6.0 and 5.1.4
respectively), please create a git repo with a sample app that reproduces the
problem, and open a new issue.
If this is a feature request, it's still relevant, and you are committed to
implementing it, please open a new issue and we can discuss your implementation
If this is a feature suggestion, it's still relevant, and you are committed to
implementing it, please open a new issue and we can discuss your implementation
plan.
If this is a usage question, please ask it on [stackoverflow][1]. Unfortunatley,
Expand All @@ -45,14 +45,14 @@ Thanks!
[2]: https://github.com/binarylogic/authlogic#1c-reference-documentation
```

## Old issue, usage question / feature request
## Old issue, usage question / feature suggestion

```
Hello, I'm going through old authlogic issues and seeing what to do with them.
This one looks a bit like a usage question and a bit like a feature request.
This one looks a bit like a usage question and a bit like a feature suggestion.
If this is a feature request, it's still relevant, and you are committed to
implementing it, please open a new issue and we can discuss your implementation
If this is a feature suggestion, it's still relevant, and you are committed to
implementing it, please open a new issue and we can discuss your implementation
plan.
If this is a usage question, please ask it on [stackoverflow][1]. Unfortunatley,
Expand All @@ -72,16 +72,15 @@ Thanks!
Hello, I'm going through old authlogic issues and seeing what to do with them.
This one looks like a bug report.
If you can still reproduce this issue with a clean install of the latest
version of authlogic and rails (currently 3.6.0 and 5.1.4 respectively), please
create a git repo with a sample app that reproduces the problem, and open a new
issue.
If you can still reproduce this issue with a clean install of the latest version
of authlogic and rails, please create a git repo with a sample app that
reproduces the problem, and open a new issue.
If this was more of a usage question than a bug report, please ask your question
on [stackoverflow][1]. Unfortunatley, we just don't have enough volunteers to
If this was more of a usage question than a bug report, please ask your question
on [stackoverflow][1]. Unfortunatley, we just don't have enough volunteers to
handle usage questions on github.
Thanks!
[1]: http://stackoverflow.com/questions/tagged/authlogic
[1]: http://stackoverflow.com/questions/tagged/authlogic
```
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -16,7 +16,7 @@ We will review security issues promptly.

### Non-Security Issues

Please use github issues only for bug reports and feature requests.
Please use github issues only for bug reports and feature suggestions.

### Usage Questions

Expand Down

0 comments on commit 6798f22

Please sign in to comment.