-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/0.2.3'
- Loading branch information
Showing
4 changed files
with
170 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,32 @@ | ||
= Contributing = | ||
|
||
== Pull Requests == | ||
== Making Changes == | ||
|
||
If you have a pull request (PR) for a change or a fix, please try to base your | ||
changes off develop unless it's a serious security issue with a specific release | ||
in which case base it off that. | ||
|
||
Don't be too concerned if you can't deside, an incorrectly targeted PR is better | ||
than no PR :D | ||
Wherever possible, please base your changes on the //develop// branch. The one | ||
exception is if you have a fix for a security issue in a specific release in | ||
which case base it off that release branch. Either way, don't be too concerned | ||
if you can't decide what to branch off, an incorrectly targeted PR is better | ||
than no PR at all :D | ||
|
||
... and Thank you. | ||
|
||
== Basic workflow == | ||
|
||
# Go to the project page, and select //Fork// | ||
# Clone your copy of the repository: | ||
{{{ | ||
git clone https://gitlab.com/<YOURUSERNAME>/ratslap | ||
}}} | ||
# Check out the //develop// branch as your new feature branch: | ||
{{{ | ||
git checkout -b feature/coolnewfeature origin/develop | ||
}}} | ||
# Make your changes and commit them to your branch. | ||
# Push your branch up to your repository: | ||
{{{ | ||
git push origin feature/coolnewfeature:feature/coolnewfeature | ||
}}} | ||
# Create a Pull Request (PR - GitHub)/Merge Request (MR - GitLab) with | ||
//develop// as the base/destination. | ||
<<< vim:set ts=4 sw=4 tw=80 et cindent ai si syn=creole: >>> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,15 +37,44 @@ please see [[CONTRIBUTING.creole]] . | |
|
||
== Availability == | ||
|
||
//RatSlap// source is available on [[https://gitlab.com/krayon/ratslap|GitLab]], | ||
[[https://github.com/krayon/ratslap|GitHub]] and | ||
[[https://bitbucket.org/krayonx/ratslap|BitBucket]] with the primary (public) | ||
repository being [[https://gitlab.com/krayon/ratslap|GitLab]]. | ||
The most current release is v0.2.3 and is available from: | ||
|
||
* [[https://gitlab.com/krayon/ratslap/tags/0.2.3|GitLab (RELEASE v0.2.3)]] | ||
* [[https://github.com/krayon/ratslap/releases/tag/0.2.3|GitHub (RELEASE v0.2.3)]] | ||
//RatSlap// binary and archive should be signed with my GPG key ( | ||
[[http://pgp.mit.edu/pks/lookup?op=get&search=0x231A94F481ECF212|231A 94F4 81EC F212]] | ||
). | ||
|
||
Binary signature files end in .asc and can be verified using | ||
[[https://www.gnupg.org/|gpg/gpg2]] thus: | ||
{{{ | ||
gpg --verify ratslap-0.2.2.x86_64.tar.gz.asc | ||
gpg: assuming signed data in `ratslap-0.2.2.x86_64.tar.gz' | ||
gpg: Signature made 2018-05-01T01:00:52 AEST using RSA key ID 81ECF212 | ||
gpg: Good signature from "Krayon (Code Signing Key) <[email protected]>" | ||
gpg: WARNING: This key is not certified with a trusted signature! | ||
gpg: There is no indication that the signature belongs to the owner. | ||
Primary key fingerprint: CDEC 1051 0874 06FB 8323 46DC 231A 94F4 81EC F212 | ||
}}} | ||
|
||
You may first need to retrieve my public key if you haven't already done so: | ||
{{{ | ||
gpg --recv-keys 81ECF212 | ||
gpg: keyring `/home/krayon//.gnupg/secring.gpg' created | ||
gpg: requesting key 81ECF212 from hkp server keys.gnupg.net | ||
gpg: /home/krayon//.gnupg/trustdb.gpg: trustdb created | ||
gpg: key 81ECF212: public key "Krayon (Code Signing Key) <[email protected]>" imported | ||
gpg: no ultimately trusted keys found | ||
gpg: Total number processed: 1 | ||
gpg: imported: 1 (RSA: 1) | ||
}}} | ||
|
||
//RatSlap// source is available on [[https://gitlab.com/krayon/ratslap|GitLab]], | ||
[[https://github.com/krayon/ratslap|GitHub]] and | ||
[[https://bitbucket.org/krayonx/ratslap|BitBucket]] with the primary (public) | ||
repository being [[https://gitlab.com/krayon/ratslap|GitLab]]. | ||
|
||
== Bug Tracker == | ||
|
||
Bugs are tracked on the | ||
|
@@ -254,14 +283,19 @@ tool cannot do). | |
** Prettier Changelog | ||
** Added man page | ||
* v0.2.2 | ||
** [[https://bugs.qdnx.org/121|QB#121 - set_debug is deprecated, use libusb_set_option instead]] | ||
** [[https://bugs.qdnx.org/bug/121|QB#121 - set_debug is deprecated, use libusb_set_option instead]] | ||
** Added some documentation: AUTHORS, CONTRIBUTING | ||
* v0.2.3 | ||
** [[https://bugs.qdnx.org/bug/122|QB#122 - Help shouldn't require USB permissions]] | ||
** [[https://bugs.qdnx.org/bug/123|QB#123 - Check mode_load() return code]] | ||
** [[https://bugs.qdnx.org/bug/124|QB#124 - Failed operations don't abort execution]] | ||
== TODO == | ||
|
||
* [[https://bugs.qdnx.org/bug/113|QB#113 - Configure DPI #[1-4], DPI Default and * DPI Shift values]] | ||
* [[https://bugs.qdnx.org/bug/114|QB#114 - Factory reset option]] | ||
* [[https://bugs.qdnx.org/bug/115|QB#115 - Ability to save/load profiles]] | ||
* BUG: [[https://bugs.qdnx.org/bug/125|QB#125 - Error assigning Num+]] | ||
* FEATURE: [[https://bugs.qdnx.org/bug/113|QB#113 - Configure DPI #[1-4], DPI Default and * DPI Shift values]] | ||
* FEATURE: [[https://bugs.qdnx.org/bug/114|QB#114 - Factory reset option]] | ||
* FEATURE: [[https://bugs.qdnx.org/bug/115|QB#115 - Ability to save/load profiles]] | ||
== Notes == | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters