summaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* [Config] Add stale.yml to enable stale botkshithijiyer2020-09-171-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: We have received a lot of issues in the past which have been abandoned for quite sometime and were not closed every after a couple of years, one such example is [1] which was open for almost 2 years. Hence to take care of such issues we have decided to add stale bot which will close stale issues automatically. The process which is to be followed will be as below: 1. Once we get a new issue by default we will be adding `ToBeTriaged` label. 2. Once the issue is triaged and is to be fixed it will be assigned to a contributor and the label `ToBeFixed` will be added. 3. If the issue is not be be fixed then we will be removing the `ToBeTriaged` label after this the bot will wait for 90 days for any comment. 4. Once 90 days are complete stale bot will drop a last comment and will wait for 14 days post which the bot will automatically close the issue with `wontfix` label. links: [1] https://github.com/gluster/glusto-tests/issues/15 Fixes: https://github.com/gluster/glusto-tests/issues/31 Change-Id: I6c4c72433eccdb22fbefea2c62f511634d928576 Signed-off-by: kshithijiyer <kshithij.ki@gmail.com>
* [Configfix] Fix minor markdown issueskshithijiyer2020-08-101-3/+3
| | | | | Change-Id: Ic0473b25b989ea193dc79dd96edcf53f7661a056 Signed-off-by: kshithijiyer <kshithij.ki@gmail.com>
* [Config] Add ISSUE_TEMPLATE for github issueskshithijiyer2020-08-101-0/+38
Problem: There have been a couple of instances where we have received issues which don't have a clear description, making it difficult for glusto-tests developers to fix it. One such example is [1]. Solution: Adding a ISSUE_TEMPLATE for github issues so that the reporter of the issue follows a given format for the issue. Links: [1] https://github.com/gluster/glusto-tests/issues/19 Fixes: https://github.com/gluster/glusto-tests/issues/29 Change-Id: I0d3265ccc373a919d5d4fc7cc8df283f8306c4a5 Signed-off-by: kshithijiyer <kshithij.ki@gmail.com>