forked from tuxmobil/CampFahrplan
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request tuxmobil#122 from EventFahrplan/contributing
Add guidelines to contribute to the project.
- Loading branch information
Showing
5 changed files
with
103 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help to improve the project | ||
|
||
--- | ||
|
||
# Environment | ||
- App version: | ||
- Android version: | ||
- Branch: | ||
- Device: | ||
|
||
# How to reproduce | ||
1. Ordered list of steps | ||
2. to reproduce | ||
3. the issue | ||
|
||
# Observed behavior | ||
- What happened? | ||
- Add screenshot(s). | ||
|
||
# Expected behavior | ||
- What should happen? | ||
|
||
# Related | ||
- Link to related issues here if applicable. |
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
name: Crash report | ||
about: A crash sent by mail or extracted from Google Play | ||
|
||
--- | ||
|
||
Crash report from a user: | ||
|
||
- Sent: dd.mm.yyyy | ||
- App version: | ||
- Android version: | ||
- Device model: | ||
|
||
# Stacktrace | ||
``` java | ||
Paste stacktrace here. | ||
``` | ||
|
||
# Log | ||
``` java | ||
Paste log output here. | ||
``` | ||
|
||
# User report | ||
- Paste what the users wrote to provide context. | ||
|
||
# Related | ||
- Link to related issues here if applicable. |
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
name: Bug fix | ||
about: Resolve a bug in the project | ||
|
||
--- | ||
|
||
# Description | ||
- Short summary of the bug you fixed. | ||
- Link to the associated issue if applicable. | ||
- Link to an external bug tracker if applicable. | ||
- Which device/emulator and Android version did you test on? | ||
|
||
# Before | ||
- Describe the behavior before the bug fix. | ||
- Add screenshot(s). | ||
|
||
# After | ||
- Describe the behavior after the bug fix. | ||
- Add screenshot(s). | ||
|
||
# Contributing guidelines | ||
- Make sure to read the [contributing guidelines](../../CONTRIBUTING.md) *before* creating this pull request. | ||
|
||
Resolves # |
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
name: Feature request | ||
about: Add your idea to the project | ||
|
||
--- | ||
|
||
# Description | ||
- Short summary of what you are trying to accomplish. | ||
- Link to the associated issue if applicable. | ||
- Which device/emulator and Android version did you test on? | ||
|
||
# Before | ||
- Describe the behavior before the change. | ||
- Add screenshot(s). | ||
|
||
# After | ||
- Describe the behavior after the change. | ||
- Add screenshot(s). | ||
|
||
# Contributing guidelines | ||
- Make sure to read the [contributing guidelines](../../CONTRIBUTING.md) *before* creating this pull request. | ||
|
||
Resolves # |
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