So you want to give us a hand to fix some things up? That's awesome! Thanks a lot!
Here's everything you need to know to contribute to Image Saver.
Please read the commit recommendations at the bottom of this document before submitting a pull request.
Do a quick search through the issues list to make sure it hasn't already been listed. If not, hit the new issue button and add some details.
Please do this even if you plan to fix it yourself. It's nice to track these things.
I'll personally respond to all issues.
Great!
- Fork the source code!
- Download your fork of the source code using
git clone https://github.com/<your_username>/image-saver.git
where<your_username>
is your Github username. - Open the project in Android Studio or another Android development environment.
- Make your changes.
- Click run.
- Ensure each commit references the issue / feature number with
#<Number>
in the commit message. - Submit a pull request via Github.
Look forward to your fix being included!
Yes please!
- Fork the source code!
- Download your fork of the source code using
git clone https://github.com/<your_username>/image-saver.git
where<your_username>
is your Github username. - Navigate to
image-saver/app/src/main/res
- Create a new directory named
values-<language_code>
where<language_code>
is the code from ISO 639.1. e.g.values-it
for Italian - Copy
values/strings.xml
into your newvalues-<language_code>
directory. - Translate each of the resource strings into your language. (Please do not translate or alter the links or author name).
- Commit your changes with
<language> translation
in the commit comment, where<language>
is your language. - Submit a pull request via Github.
Thanks a lot for this!
Request your feature by creating a ticket.
Image Saver is intended to be simplistic and minimal, so features are subject to approval.
To anyone who even looks at this page!!!