Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
what could be a project without contribution?!
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxMaSk committed Oct 12, 2017
1 parent 774973e commit 00f4b1a
Showing 1 changed file with 27 additions and 18 deletions.
45 changes: 27 additions & 18 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ New Feature
) to request this feature, thus we will check if it matches the spirit of the project.


New Module
----------

You have an idea for a new module ? let's go !

To Create one, [I made this project](https://github.com/foxmask/django-th-ansible) which allow to build a new module from scratch.
Just launch `ansible` with the parameters you setup in the file `site.yml` and 80% of the code of the module will be done.


Bug Fixing
----------

Expand All @@ -26,24 +35,6 @@ Development
1. make a Pull Request
1. wait patiently ;)


Pull Request
------------

:gift: Create first an [issue](https://github.com/foxmask/django-th/issues/new), then follow the step above in 'development'

Issue labels
------------
:snake: some explanation on the labels of the issues

* **Hacktoberfest**: for [the Hacktoberfest event](https://hacktoberfest.digitalocean.com)
* **up-for-grabs**: for new users that have never been involved in any other opensource project
* **easy**: this label tells you this issue is easy to fix
* **middle**: this label tells you this issue is not complicated to fix, it just takes a little more time
* **hard**: this label tells you this issue needs you to know the core of the project or a knowledge of a new lib
* **help wanted**: this label tells you this issue needs YOU :)
* **good first issue**: for new users on the project

Unit Test
---------

Expand All @@ -70,3 +61,21 @@ If you don't plan to make `unit test`, the continuous integration tool (Travis C
* pull your code
* run the tests
* debug

Pull Request
------------

:gift: Create first an [issue](https://github.com/foxmask/django-th/issues/new), then follow the step above in 'development'

Issue labels
------------
:snake: some explanation on the labels of the issues

* **Hacktoberfest**: for [the Hacktoberfest event](https://hacktoberfest.digitalocean.com)
* **up-for-grabs**: for new users that have never been involved in any other opensource project
* **easy**: this label tells you this issue is easy to fix
* **middle**: this label tells you this issue is not complicated to fix, it just takes a little more time
* **hard**: this label tells you this issue needs you to know the core of the project or a knowledge of a new lib
* **help wanted**: this label tells you this issue needs YOU :)
* **good first issue**: for new users on the project

0 comments on commit 00f4b1a

Please sign in to comment.