Skip to content

Commit fa21132

Browse files
nikit19iamareebjamal
authored andcommitted
fix: Add separate issue template (fossasia#2419)
1 parent 3ed99a0 commit fa21132

File tree

4 files changed

+53
-0
lines changed

4 files changed

+53
-0
lines changed

Diff for: ISSUE_TEMPLATE/bug.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
### Bug Report
2+
3+
**Actual Behaviour**
4+
5+
Please state here what is currently happening.
6+
7+
**Expected Behaviour**
8+
9+
State here what the feature should enable the user to do.
10+
11+
**Steps to reproduce it**
12+
13+
Add steps to reproduce bugs or add information on the place where the feature should be implemented. Add links to a sample deployment or code.
14+
15+
**LogCat for the issue**
16+
17+
Provide logs for the crash here
18+
19+
**Screenshots of the issue**
20+
21+
Where-ever possible attach a screenshot of the issue.
22+
23+
**Android version and Phone Model**
24+
25+
Add the Android version and the phone model on which the issue was encountered.
26+
27+
**Would you like to work on the issue?**
28+
29+
Please let us know if you can work on it or the issue should be assigned to someone else.

Diff for: ISSUE_TEMPLATE/chore.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
### Chore
2+
3+
**Description**
4+
5+
Please describe the task.
6+
7+
**Would you like to work on the issue?**
8+
9+
Please let us know if you can work on it or the issue should be assigned to someone else.

Diff for: ISSUE_TEMPLATE/feature.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
### Feature Request
2+
3+
**Feature Description**
4+
5+
Please describe the feature you want to add to the project.
6+
7+
**Would you like to work on the issue?**
8+
9+
Please let us know if you can work on it or the issue should be assigned to someone else.

Diff for: README.md

+6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010

1111
The Open Event Android project consists of two components. The **App Generator** is a web application that is hosted on a server and generates an event Android app from a zip with JSON and binary files ([examples here](http://github.com/fossasia/open-event)) or through an API. The second component we are developing in the project is a generic **Android app** - the output of the app generator. The mobile app can be installed on any Android device for browsing information about the event. Updates can be made automatically through API endpoint connections from an online source (e.g. server), which needs to defined in the provided event zip with the JSON files. The Android app has a standard configuration file, that sets the details of the app (e.g. color scheme, logo of event, link to JSON app data).
1212

13+
Have an issue? Create one using these:
14+
15+
[![Bug](https://img.shields.io/badge/issues-bug-red.svg)](https://github.com/fossasia/open-event-android/issues/new?template=bug.md)
16+
[![Feature](https://img.shields.io/badge/issues-feature-green.svg)](https://github.com/fossasia/open-event-android/issues/new?template=feature.md)
17+
[![Chore](https://img.shields.io/badge/issues-chore-blue.svg)](https://github.com/fossasia/open-event-android/issues/new?template=chore.md)
18+
1319
## Communication
1420

1521
Please join our mailing list to discuss questions regarding the project: https://groups.google.com/forum/#!forum/open-event

0 commit comments

Comments
 (0)