File: HACKING.rst

package info (click to toggle)
proot 5.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,012 kB
  • sloc: ansic: 18,627; sh: 1,662; python: 108; asm: 41; makefile: 16; awk: 6
file content (41 lines) | stat: -rw-r--r-- 1,690 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
==============================
 Contributing to PRoot / CARE
==============================

-----------------------------------------------------------
An introduction to contributing to PRoot / CARE development
-----------------------------------------------------------

The PRoot Team welcomes, and depends, on contributions from students and
collaborators in the open source and academic communities.
Contributions can be made in a number of ways, a few examples are:

- Code patches via pull requests
- Documentation improvements
- Bug reports and patch reviews

Reporting an Issue
==================

Please include as much detail as you can. Let us know your host kernel
version, e.g, :code:`uname -a`, host/guest distribution, e.g. :code:`cat /etc/os-release`,
and the :code:`PRoot`/:code:`CARE` version number. If you get an error please include the full
error and/or traceback. Issues are tracked on GitHub at <https://github.com/proot-me/proot/issues>,
or can also be sent via  the `mailing list <mailto:proot_me@googlegroups.com>`_.

Submitting Pull Requests
========================

Once you are happy with your changes or you are ready for some feedback, push
it to your fork and send a pull request. For a change to be accepted it will
most likely need to have updated tests and/or documentation. New features
**require** additional tests in order to be included in a future release.

Resources
=========

- `Contributing to Open Source Projects <http://www.contribution-guide.org>`_

- `How To Ask Questions The Smart Way <http://www.catb.org/esr/faqs/smart-questions.html>`_

- `Indentation Style - Wikipedia <https://en.wikipedia.org/wiki/Indentation_style#K&R_style>`_