2.8 KiB
Before Submitting an Issue
First, please do a search in open issues to see if the issue or feature request has already been filed. If there is an issue add your comments to this issue.
The Iris project is distributed across multiple repositories, try to file the issue against the correct repository,
- Iris - cli and rizla
- Iris - templates
- Iris - sessions
- Iris - websocket
- Iris - gitbook
- Iris - examples
- Iris - middleware
- Iris - plugin
- Iris - graceful
- Iris - mail
- Iris - core
Before post a new issue do an iris upgrade:
- Delete
$GOPATH/src/github.com/kataras
- Open shell and execute the command:
go get -u github.com/kataras/iris/iris
- Try to re-produce the issue
- If the issue still exists, then post the issue with the necessary information.
If the issue is after an upgrade, please read the HISTORY.md for any breaking-changes and fixes.
The author answers the same day, perhaps the same hour you post the issue.
It is impossible to notify each user on every change, so to be aware of the framework's changes and be notify about updates please star or watch the repository.
If your issue is a closed-personal question then please ask that question on community chat.
Writing Good Bug Reports and Feature Requests
File a single issue per problem and feature request, do not file combo issues.
The more information you can provide, the more likely someone will be successful reproducing the issue and finding a fix. Therefore:
- Provide reproducable steps, what the result of the steps was, and what you would have expected.
- Description of what you expect to happen
- Animated GIFs
- Code that demonstrates the issue
- Version of Iris
- Errors in the Terminal/Console
- When you have glide/godep installed, can you reproduce the issue when starting Iris' station without these?