Skip to content
This repository has been archived by the owner on Feb 3, 2019. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
teejee2008 committed Sep 5, 2018
2 parents 8ffa4ab + 69a01b4 commit 4a0a1a7
Show file tree
Hide file tree
Showing 6 changed files with 150 additions and 104 deletions.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: Bug report
about: Report an issue

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Error message

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**System (please complete the following information):**
- Linux Distribution Name and Version: [e.g. Ubuntu 16.04]
- Desktop [e.g. MATE, XFCE]
- Application Version [e.g. v18.8]

***If you need an immediate response, use the button below to make a donation with PayPal and send me an email with the issue number ([email protected]). This option is for queries you may have about the application, and for help with issues you are facing. This does not cover development work for bug fixes and features.***

[![](https://www.paypalobjects.com/webstatic/en_US/i/buttons/cc-badges-ppmcvdam.png)](https://www.paypal.com/cgi-bin/[email protected]&cmd=_xclick&currency_code=USD&amount=10&item_name=Ukuu%20Support)
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Feature request
about: Suggest an idea for this project

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.

**Please send me an email if you would like to sponsor development for this request ([email protected]). You can sponsor your own request, or sponsor an existing request by making a donation with PayPal. Items available for sponsorship are labelled as *OpenForSponsorship*, along with an amount for the work involved. You can make a donation for that amount, and send me an email with the issue number. I will work on the request the next time I update the application, and changes will be included in the next release.**

[![](https://www.paypalobjects.com/webstatic/en_US/i/buttons/cc-badges-ppmcvdam.png)](https://www.paypal.com/cgi-bin/[email protected]&cmd=_xclick&currency_code=USD&item_name=Ukuu%20Sponsor)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Ukuu is written using Vala and GTK3 toolkit. Source code and binaries are availa

in a terminal window:

sudo apt-get update libgee-0.8-dev libjson-glib-dev libvte-2.91-dev valac
sudo apt-get install libgee-0.8-dev libjson-glib-dev libvte-2.91-dev valac
git clone https://github.com/teejee2008/ukuu.git
cd ukuu
make all
Expand Down
Loading

0 comments on commit 4a0a1a7

Please sign in to comment.