1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-04 18:57:03 +00:00
Former-commit-id: 71dd326f90c15550607413e33041e30e8d475416
This commit is contained in:
Gerasimos (Makis) Maropoulos
2017-03-05 02:42:28 +02:00
parent 92dd8ec423
commit b961bedab0
6 changed files with 15 additions and 10 deletions

View File

@@ -4,7 +4,7 @@ If you wanna contribute please submit a PR to one of the [iris-contrib organisat
## 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.
First, please do a search in [open issues](http://support.iris-go.com) 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,
@@ -14,7 +14,7 @@ The Iris project is distributed across multiple repositories, try to file the is
- [Sessions](https://github.com/kataras/go-sessions/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue)
- [About docs.iris-go.com](https://github.com/iris-contrib/gitbook/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue)
- [About examples](https://github.com/iris-contrib/examples/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue)
- [Iris main(core)](https://github.com/kataras/iris/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue)
- [Iris main(core)](http://support.iris-go.com)
Before post a new issue do an iris upgrade:

View File

@@ -1,9 +1,9 @@
Please answer these questions before submitting your issue. Thanks!
- [x] I have read the [GopherBOOk](http://gopherbook.iris-go.com), [Examples](https://github.com/iris-contrib/examples), [Contributing File](https://github.com/kataras/iris/blob/v6/.github/CONTRIBUTING.md) and **I'm sure that this issue is not posted** before.
- [x] I have read the [GopherBOOk](http://gopherbook.iris-go.com), [Examples](https://github.com/iris-contrib/examples), [Contributing File](https://github.com/kataras/iris/blob/v6/.github/CONTRIBUTING.md) and **I'm sure that this issue is not [posted](http://support.iris-go.com)** before.
### What version of Go are you using (`go version`)?
### What version of Go are you using, minimum 1.8 (`go version`)?
### What operating system and processor architecture are you using (`go env`)?

View File

@@ -1,6 +1,6 @@
This repository follows the official [golang](https://github.com/golang/go#contributing) guidelines for the contributions:
##### Note that I do not accept pull requests here and that I use the issue tracker for bug reports and proposals only. Please ask questions on the [https://kataras.rocket.chat/channel/iris][Chat] or http://stackoverflow.com.
##### Note that I do not accept pull requests here and that I use the issue tracker proposals only. Please ask questions on the http://support.iris-go.com or [https://kataras.rocket.chat/channel/iris][chat].
Iris' features are not directly adopted to Iris. A component's feature/change should be tested for some time before being part of the Iris which users install.