1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-24 05: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!

View File

@@ -1,24 +1,5 @@
Please answer these questions before submitting your issue. Thanks!
**Do not create** issues or proposals neither request features **here**.
- [x] I have read the [_examples](https://github.com/kataras/iris/tree/master/_examples), [Contributing File](https://github.com/kataras/iris/blob/master/.github/CONTRIBUTING.md).
Navigate to the https://github.com/iris-contrib/community-board instead.
### What version of Go are you using, minimum 1.8 (`go version`)?
### What operating system and processor architecture are you using (`go env`)?
### What version of Iris are you using?
### What did you do?
If possible, provide a recipe for reproducing the error.
A complete runnable program is good.
### What did you expect to see?
### What did you see instead?
[FAQ](https://github.com/iris-contrib/community-board#community-board)

View File

@@ -1,6 +1,7 @@
I'd love to see more contributions!
If you are interested in contributing to the Iris project, please read and understand the [Code of Conduct](https://github.com/kataras/iris/blob/master/CODE-OF-CONDUCT.md) before submitting your [PR](https://github.com/kataras/iris/pulls).
Please read [how to create a Proposal](https://github.com/iris-contrib/community-board#creating-a-proposal) first, PR may be rejected if it's not designed as it should.
If you are interested in contributing to the Iris project, please take a time to read and understand the [Code of Conduct](https://github.com/kataras/iris/blob/master/CODE-OF-CONDUCT.md) before submitting your [PR](https://github.com/kataras/iris/pulls), this is how we make Go great.
Don't forget to, first, open an [issue](https://github.com/kataras/iris) to discuss what changes you're willing to push.
Thanks!