-
Notifications
You must be signed in to change notification settings - Fork 15
/
DEVELOPMENT
27 lines (19 loc) · 1.1 KB
/
DEVELOPMENT
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
= Contributing to Rescapp =
The suggested steps of contributing back to Rescapp are the following ones:
* Open an issue on https://github.com/rescatux/rescapp/issues explaining what you want to fix.
* Use the same issue to ask for the current development branch
* Fork the rescapp repository on your github account
* Clone your rescapp repository locally
* Create a new branch based on the current development branch and then commit your changes
* Push your changes to your github account rescapp repo
* Create a pull request
* Update former open issue referencing the new pull request
= About chntpw package =
It is recommended to use the chntpw package made by rescatux, as this is different
to the package that is provided by your Distro. It has had extra features added to
automate the password change process as much as possible.
These extra features for rescapp to interact properly with the different chntpw commands.
It is available from:
https://github.com/rescatux/chntpw
= How to build and install rescapp =
To know how to (build and) install Rescapp, please read the INSTALL file in the source code tarball.