forked from cpjolicoeur/bb-ruby
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathHACKING.txt
More file actions
24 lines (20 loc) · 1.01 KB
/
HACKING.txt
File metadata and controls
24 lines (20 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
::
: django-bbcode: HACKING.txt
::
Django-bbcode is distributed under an open source license. This means (among
other things) that the complete source code is available for your perusal, and
you are free to make modifications to the source code or use it in any way you
see fit, subject to a few restrictions (see: LICENSE.txt).
It is the strength of community effort that makes open source software truly
great. If you make a change to django-bbcode which may be useful to others
please consider sending a patch to the django-bbcode development team (see:
AUTHORS.txt) so that your work may be made available to all of our users.
If you wish to help out but are unsure as to what you can do or what needs to
be done, read the file TODO.txt or check out django-bbcode's GitHub wiki or
Lighthouse issue tracker. There is also a developers mailing list (see:
README.txt) which is publicly accessible, but please try to read all the
accompanying documentation and search the mailing list archives before
posting.
::
: End of File
::