1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-26 06:17:03 +00:00

New Community Board, have fun

Former-commit-id: 84bdd3893da5ad28e918e4dc32d2657d27b0ed32
This commit is contained in:
kataras
2017-06-04 21:24:05 +03:00
parent 5e4b63acb2
commit fd6e49c57e
9 changed files with 26 additions and 74 deletions

View File

@@ -1,34 +1 @@
## Code Of Conduct
The community should respect and follow our new [Code of Conduct](https://github.com/kataras/iris/blob/master/CODE-OF-CONDUCT.md).
## Before Submitting an Issue
Navigate through [issues](https://github.com/kataras/issues) and check if it has been already filled by other person.
Before post a new issue, please do an upgrade:
- Delete `$GOPATH/src/github.com/kataras`
- Open shell and execute the command: `go get -u github.com/kataras/iris`
- Try to re-produce the issue
To be aware of the framework's changes and updates please **[star](https://github.com/kataras/iris/stargazers)** and **[watch](https://github.com/kataras/iris/watchers)** the repository.
Do not discuss things that they're not relative to the framework, keep Github issues useful for newcomers. A Github issue should exists to solve or report a problem.
> If you want to talk about something else that can't be inside Github issues please [chat](https://gitter.im/iris-go/Lobby) with us.
## 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?
Please navigate through https://github.com/iris-contrib/community-board first to read how you can contribute. You're awesome!