Skip to content

Commit 79931bf

Browse files
committed
chore: update docs
1 parent b3483ba commit 79931bf

File tree

4 files changed

+119
-14
lines changed

4 files changed

+119
-14
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
name: Bug Report
3+
about: Report a reproducible bug
4+
title: "[BUG] <short description>"
5+
labels: bug
6+
assignees: ''
7+
---
8+
9+
## 🐛 Bug Description
10+
11+
<!-- A clear and concise description of the bug. -->
12+
13+
## 🔁 Steps to Reproduce
14+
15+
1. Go to '...'
16+
2. Click on '...'
17+
3. See error
18+
19+
## 🤔 Expected Behavior
20+
21+
<!-- What did you expect to happen? -->
22+
23+
## 😱 Actual Behavior
24+
25+
<!-- What actually happened? -->
26+
27+
## 📱 Android Device Info
28+
29+
- Device model: <!-- e.g., Pixel 6, Samsung Galaxy A52 -->
30+
- Android version: <!-- e.g., Android 12, Android 14 -->
31+
- Is it an emulator or physical device?
32+
- App version (if applicable):
33+
- Screen resolution or DPI (if relevant):
34+
35+
## 🧪 Environment
36+
37+
- Project version / commit:
38+
39+
## 📘 Additional Context
40+
41+
<!-- Add any other context about the problem here. -->
42+
43+
---
44+
45+
### ✅ Contributor Agreement
46+
47+
- [ ] I confirm that this issue is written in **English** to help with global
48+
collaboration.
49+
- [ ] I will maintain a **respectful and constructive** discussion.
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
name: Feature Request
3+
about: Suggest a new feature or enhancement
4+
title: "[FEATURE] <short description>"
5+
labels: enhancement
6+
assignees: ''
7+
---
8+
9+
## 🌟 Feature Description
10+
11+
<!-- A clear and concise description of the feature you are proposing. -->
12+
13+
## 🤷‍♂️ Why Is This Needed?
14+
15+
<!-- Explain why this feature is important or useful. -->
16+
17+
## 💡 Suggested Implementation
18+
19+
<!-- Optional: describe how you think it could be implemented. -->
20+
21+
## 📘 Additional Context
22+
23+
<!-- Any additional info, links, or screenshots -->
24+
25+
---
26+
27+
### ✅ Contributor Agreement
28+
29+
- [ ] I confirm that this issue is written in **English** to help with global
30+
collaboration.
31+
- [ ] I will maintain a **respectful and constructive** discussion.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
## 📋 Pull Request Checklist
2+
3+
- [ ] I confirm that this code is written and documented in **English**.
4+
> English ensures global understanding, collaboration, and maintainability.
5+
- [ ] I **thoroughly tested** this code on the following **Android device(s)**:
6+
7+
- Device model(s): <!-- e.g., Pixel 6, Samsung Galaxy S21 -->
8+
- Android version(s): <!-- e.g., Android 13 -->
9+
- Emulator or physical device: <!-- e.g., Emulator, Real device -->
10+
- Screen size/resolution (if relevant):
11+
12+
- [ ] I fully **own** this contribution and confirm it does **not contain
13+
AI-generated code**.
14+
- [ ] I agree that this contribution will be published under the **ISC License**
15+
of the project.
16+
- [ ] I have followed all relevant **code style, documentation, and testing
17+
conventions**.
18+
- [ ] I have linked related issues (if applicable).
19+
20+
## 🔍 Description of the Changes
21+
22+
<!-- Describe what you changed and why. Be clear and concise. -->
23+
24+
## 🔗 Related Issues
25+
26+
<!-- Link any related issues here. -->
27+
28+
## 🤝 Respect & Responsibility
29+
30+
By submitting this pull request, I agree to maintain a respectful and
31+
collaborative tone. I acknowledge that contributing to open source is a team
32+
effort.

README.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,17 @@
11
[![Debug Build](https://github.com/butzist/ActivityLauncher/actions/workflows/android-master.yml/badge.svg)](https://github.com/butzist/ActivityLauncher/actions/workflows/android-master.yml)
2-
[![Release Build](https://github.com/butzist/ActivityLauncher/actions/workflows/android-release.yml/badge.svg)](https://github.com/butzist/ActivityLauncher/actions/workflows/android-release.yml)
32
[![Crowdin](https://badges.crowdin.net/activitylauncher/localized.svg)](https://crowdin.com/project/activitylauncher)
4-
[![Gitter Chat](https://badges.gitter.im/ActivityLauncher/community.svg)](https://gitter.im/ActivityLauncher/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
53

6-
Activity Launcher
7-
=================
4+
# Activity Launcher
85

9-
Create shortcuts for any installed app and even hidden activities to launch them with ease.
6+
Launches hidden activities and creates shortcuts for installed apps
107

118
<a href="https://f-droid.org/packages/de.szalkowski.activitylauncher/" target="_blank">
129
<img src="https://f-droid.org/badge/get-it-on.png" alt="Get it on F-Droid" height="80"/></a>
13-
<a href="https://play.google.com/store/apps/details?id=de.szalkowski.activitylauncher" target="_blank">
10+
<a href="https://play.google.com/store/apps/details?id=de.szalkowski.activitylauncher.pro" target="_blank">
1411
<img src="https://play.google.com/intl/en_us/badges/images/generic/en-play-badge.png" alt="Get it on Google Play" height="80"/></a>
1512

16-
Contributing
17-
------------
13+
## Translations
1814

19-
**The project is looking for co-maintainers!** See [here](https://github.com/butzist/ActivityLauncher/issues/51)
20-
21-
Translations
22-
------------
23-
24-
The [Crowdin project](https://crowdin.com/project/ActivityLauncher) contains detailed credits for the translations and allows anyone to contribute by translating the app.
15+
The [Crowdin project](https://crowdin.com/project/ActivityLauncher) contains
16+
detailed credits for the translations and allows anyone to contribute by
17+
translating the app.

0 commit comments

Comments
 (0)