1
0
mirror of https://github.com/danog/liquid.git synced 2024-11-26 23:24:38 +01:00

Update guidelines to refer to issues board

This commit is contained in:
Oliver Steele 2017-07-09 19:33:09 -04:00
parent a824673984
commit aad76bdd82
2 changed files with 1 additions and 3 deletions

View File

@ -1,8 +1,6 @@
## Checklist
- [ ] I have searched the [issue list](https://github.com/osteele/liquid/issues)
- [ ] I have read the [status](https://github.com/osteele/gojekyll#status) section of the README. This isn't a duplicate of something that's already on the roadmap.
- [ ] I have ready the [other differences](https://github.com/osteele/gojekyll#status) section of the README.
- [ ] I have tested my example against Shopify Liquid. (This isn't necessary if the actual behavior is a panic, or an error for which `IsTemplateError` returns false.)
## Expected Behavior

View File

@ -2,7 +2,7 @@
Here's some ways to help:
* Select an item from one of the [project boards](https://github.com/osteele/liquid/projects). Convert it to an Issue and assign it to yourself, so we know you're working on it.
* Select an item from the [issues list](https://github.com/osteele/liquid/issues)
* Search the sources for FIXME and TODO comments.
* Improve the [code coverage](https://coveralls.io/github/osteele/liquid?branch=master). Once it reaches 90%, we can submit a PR to [Awesome Go](https://github.com/avelino/awesome-go/)!