From 54250605210b91715b3585e2a677870241364ee5 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Tue, 4 Feb 2020 22:46:38 +0530 Subject: github templates: Change to reflect the future workflow * Issue template changed to remove reference to bugzilla * PR template removed. CONTRIBUTING made .md friendly (will be renamed once we shift review process) Updates: #824 Change-Id: Ifd6f93ad9b7be97d8eb950a141fe585d3e5ed021 Signed-off-by: Amar Tumballi --- .github/ISSUE_TEMPLATE | 33 +++++++++++++++++++------- .github/PULL_REQUEST_TEMPLATE | 33 -------------------------- CONTRIBUTING | 55 +++++++++++++++++++++++-------------------- 3 files changed, 54 insertions(+), 67 deletions(-) diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE index 306b4eebc1..329b4aac35 100644 --- a/.github/ISSUE_TEMPLATE +++ b/.github/ISSUE_TEMPLATE @@ -1,13 +1,28 @@ -This repository (glusterfs) uses github issues to track feature requests *only*. + -For assistance with bugs, please file a bug in our bugzilla instance [1] +**Description of problem: ** -For other queries regarding glusterfs, please post to the users [2] or devel [3] lists as appropriate. -You may further want to subscribe to these lists or view the archives for these lists, see [4] [5]. +**The exact command to reproduce the issue**: + + +**The full output of the command that failed**:
+ + + +
+ +**Expected results:** + + +**Additional info:** + + +** - The output of the `gluster volume info` command**:
+ + + +
+ +** - The operating system / glusterfs version**: -[1] glusterfs Bugzilla: https://bugzilla.redhat.com/enter_bug.cgi?product=GlusterFS -[2] Gluster users list ID: gluster-users@gluster.org -[3] Gluster devel list ID: gluster-devel@gluster.org -[4] Gluster users list subscribe/view archives: https://lists.gluster.org/mailman/listinfo/gluster-users -[5] Gluster devel list subscribe/view archives: https://lists.gluster.org/mailman/listinfo/gluster-devel diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE index 0ec6eb319e..e69de29bb2 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -1,33 +0,0 @@ -Many thanks for your interest in improving GlusterFS! - -GlusterFS does not use GitHub Pull-Requests. Instead, changes are reviewed -on the Gerrit instance of the Gluster Community at https://review.gluster.org - -In order to send your changes for review, follow these steps: - -1. login on https://review.gluster.org with your GitHub account -2. add a public ssh-key to your profile on https://review.gluster.org/#/settings/ssh-keys -3. add the Gerrit remote to your locally cloned git repository - - $ git remote add gerrit ssh://$USER@review.gluster.org/glusterfs.git - -4. configure the commit hooks - - $ git review --setup - -5. post your changes to Gerrit - - $ git review - - -You may need to install the 'git-review' package if 'git review' is not -available. Note that the hooks for the repository make sure to add a ChangeId -label in the commit messages. Gerrit uses the ChangeId to track single patches -and its updated versions. - -For more details, see the documented development workflow at - http://gluster.readthedocs.io/en/latest/Developer-guide/Simplified-Development-Workflow/ - -If there are any troubles or difficulties with these instructions, please -contact us on gluster-devel@gluster.org or on Freenode IRC in the #gluster-dev -channel. diff --git a/CONTRIBUTING b/CONTRIBUTING index 7bccd88d7e..eb30d76d1b 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -1,25 +1,30 @@ - Developer's Certificate of Origin 1.1 - - By making a contribution to this project, I certify that: - - (a) The contribution was created in whole or in part by me and I - have the right to submit it under the open source license - indicated in the file; or - - (b) The contribution is based upon previous work that, to the best - of my knowledge, is covered under an appropriate open source - license and I have the right under that license to submit that - work with modifications, whether created in whole or in part - by me, under the same open source license (unless I am - permitted to submit under a different license), as indicated - in the file; or - - (c) The contribution was provided directly to me by some other - person who certified (a), (b) or (c) and I have not modified - it. - - (d) I understand and agree that this project and the contribution - are public and that a record of the contribution (including all - personal information I submit with it, including my sign-off) is - maintained indefinitely and may be redistributed consistent with - this project or the open source license(s) involved. +# GlusterFS project Contribution guidelines + + +## By contributing to this project, the contributor would need to agree to below. + +### Developer's Certificate of Origin 1.1 + +By making a contribution to this project, I certify that: + +(a) The contribution was created in whole or in part by me and I + have the right to submit it under the open source license + indicated in the file; or + +(b) The contribution is based upon previous work that, to the best + of my knowledge, is covered under an appropriate open source + license and I have the right under that license to submit that + work with modifications, whether created in whole or in part + by me, under the same open source license (unless I am + permitted to submit under a different license), as indicated + in the file; or + +(c) The contribution was provided directly to me by some other + person who certified (a), (b) or (c) and I have not modified + it. + +(d) I understand and agree that this project and the contribution + are public and that a record of the contribution (including all + personal information I submit with it, including my sign-off) is + maintained indefinitely and may be redistributed consistent with + this project or the open source license(s) involved. -- cgit