From d3868600415b6b84c27f9f5cf6377530afc0f24c Mon Sep 17 00:00:00 2001 From: Seokwon Jeong Date: Wed, 6 Mar 2019 22:25:41 +0900 Subject: [PATCH 1/4] Create CONTRIBUTING.md --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..b6134828 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,5 @@ +I actively welcome your pull requests. + +1. Fork the repo and create your branch from `develop`. +2. If you've added code that should be tested, add tests. +3. New pull request to `develop`. From e8a20b43e8ed5c9290f1eea63dff31bd89522ab4 Mon Sep 17 00:00:00 2001 From: Seokwon Jeong Date: Wed, 6 Mar 2019 22:27:25 +0900 Subject: [PATCH 2/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4be135e7..b62c9bdc 100644 --- a/README.md +++ b/README.md @@ -201,6 +201,7 @@ Running on Android M, _FishBun_ checks if it has proper permission for you befor # Contribution Any suggestions or contributions would be welcomed. +[CONTRIBUTING](https://github.com/sangcomz/FishBun/blob/master/CONTRIBUTING.md) # License From c352e9d83954f129c26db7bbad83d052022456db Mon Sep 17 00:00:00 2001 From: Seokwon Jeong Date: Wed, 6 Mar 2019 22:30:40 +0900 Subject: [PATCH 3/4] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 33 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..ee3b70cd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,33 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG]" +labels: bug +assignees: '' + +--- + +**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. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..bbcbbe7d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +**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. From 2c91d625894351416add895095f47f3413eb06be Mon Sep 17 00:00:00 2001 From: Seokwon Jeong Date: Wed, 6 Mar 2019 22:31:02 +0900 Subject: [PATCH 4/4] Delete ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index f1c62e2b..00000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,14 +0,0 @@ -- [ ] I have verified there are no duplicate active or recent bugs, questions, or requests - -###### Include the following: - - FishBun version: `0.6.2` - - Device OS version: `7.1` - - Devide Manufacturer: `Huawei` - - Device Name: `Nexus 6P` - -###### Reproduction Steps - 0. - -###### Expected Result - -###### Actual Result \ No newline at end of file