File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ # Contributing
2+
3+ We love pull requests from everyone.
4+ When contributing, please consider to join us on IRC. We are on __ #AppImage on irc.freenode.net__ .
5+
6+ Fork, then clone the __ appimagetool/master__ branch of the repo:
7+
8+ git clone -b appimagetool/master --single-branch --recursive [email protected] :your-username/AppImageKit.git 9+
10+ Compile:
11+
12+ ```
13+ cd AppImageKit/
14+ sudo bash -ex install-build-deps.sh
15+ bash -ex build.sh
16+ ```
17+
18+ Make your change. Build again to be sure you didn't break anything. Run the resulting binaries to test them.
19+
20+ Push to your fork and [ submit a pull request] [ pr ] .
21+
22+ [ pr ] : https://github.com/probonopd/AppImageKit/compare/appimagetool/master
23+
24+ At this point you're waiting on us. We like to at least comment on pull requests
25+ within three business days (and, typically, one business day). We may suggest
26+ some changes or improvements or alternatives.
You can’t perform that action at this time.
0 commit comments