diff options
author | Bipin Kunal <bkunal@redhat.com> | 2015-11-13 19:19:17 +0530 |
---|---|---|
committer | Humble Devassy Chirammal <humble.devassy@gmail.com> | 2015-11-15 05:19:37 -0800 |
commit | 4af4c1acc7b77d70af1b09964c7cbddb5c797214 (patch) | |
tree | 07fda1a3b4fcbd395e63f25f85058144e0280415 /doc/developer-guide/Easy-Fix-Bugs.md | |
parent | b7b13c73369a3cb237de16d58425b63640c6f33e (diff) |
docs: move contributor docs to the glusterdocs repository
* Moved few files to glusterdocs repo
* Files were moved in pull requests given below:
https://github.com/gluster/glusterdocs/pull/60
https://github.com/gluster/glusterdocs/pull/62
* This patch removes file from this repo which were
moved to glusterdocs repo
Change-Id: I6e529911e0be66b261961c44bcdbe361aafa2886
BUG: 1206539
Signed-off-by: Bipin Kunal <bkunal@redhat.com>
Reviewed-on: http://review.gluster.org/12576
Reviewed-by: Niels de Vos <ndevos@redhat.com>
Tested-by: NetBSD Build System <jenkins@build.gluster.org>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Diffstat (limited to 'doc/developer-guide/Easy-Fix-Bugs.md')
-rw-r--r-- | doc/developer-guide/Easy-Fix-Bugs.md | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/doc/developer-guide/Easy-Fix-Bugs.md b/doc/developer-guide/Easy-Fix-Bugs.md deleted file mode 100644 index 9ba36213a73..00000000000 --- a/doc/developer-guide/Easy-Fix-Bugs.md +++ /dev/null @@ -1,35 +0,0 @@ -Fixing easy bugs is an excellent method to start contributing patches to -Gluster. - -- Bugs which are marked with EasyFix flag can be found from below - BugZilla query. - - [Bugzilla Query For EasyFix - Bugs](https://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&keywords=EasyFix&list_id=2626252&product=GlusterFS) - - [RSS-feed for EasyFix Gluster Bugs](http://goo.gl/OpQwlv) -- To fix EasyFix bugs, - - When you pick an EasyFix you want to work on, assign it to - yourself and move it to ASSIGNED - - Check - [Bug report life cycle](./Bug report Life Cycle.md) and - follow it. - - Check Developers page for details about development workflow, - GlusterFS design documents etc. - -Sometimes an *Easy Fix* bug has a patch attached. In those cases, -the *Patch* keyword has been added to the bug. These bugs can be -used by new contributors that would like to verify their workflow. [Bug -1099645](https://bugzilla.redhat.com/1099645) is one example of those. - -### Guidelines for new comers - -- While trying to write a patch, do not hesitate to ask questions. -- If something in the documentation is unclear, we do need to know so - that we can improve it. -- There are no stupid questions, and it's more stupid to not ask - questions that others can easily answer. Always assume that if you - have a question, someone else would like to hear the answer too. - -[Reach out](http://gluster.org/community/index.html) to the developers -in \#gluster or \#gluster-dev on Freenode IRC, or on one of the mailing -lists, try to keep the discussions public so that anyone can learn from -it. |