From ad86f6e0cbd69dd8489127ede5995ff61783dadd Mon Sep 17 00:00:00 2001 From: jahirfiquitiva Date: Fri, 1 Jun 2018 18:57:02 -0500 Subject: [PATCH] Update github files --- .github/CODE_OF_CONDUCT.md | 3 +- .github/CONTRIBUTING.md | 4 +- .../bug_report.md} | 56 ++++++++++--------- .github/ISSUE_TEMPLATE/feature_request.md | 22 ++++++++ .github/ci-reporter.yml | 8 +++ .github/config.yml | 9 +-- .github/no-response.yml | 10 ++-- .github/stale.yml | 7 ++- .github/support.yml | 6 +- .github/triage.yml | 4 ++ 10 files changed, 85 insertions(+), 44 deletions(-) rename .github/{ISSUE_TEMPLATE.md => ISSUE_TEMPLATE/bug_report.md} (54%) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ci-reporter.yml create mode 100644 .github/triage.yml diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md index cab08604..245620fe 100644 --- a/.github/CODE_OF_CONDUCT.md +++ b/.github/CODE_OF_CONDUCT.md @@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe ## Enforcement -Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [hi@jahirfiquitiva.me](mailto:hi@jahirfiquitiva.me). The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. +Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team [via email][mail]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. @@ -44,3 +44,4 @@ This Code of Conduct is adapted from the [Contributor Covenant][homepage], versi [homepage]: http://contributor-covenant.org [version]: http://contributor-covenant.org/version/1/4/ +[mail]: mailto:hi@jahirfiquitiva.com diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index cd3430da..f83c97f4 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -4,7 +4,7 @@ Considering that this project is actively maintained, contributions of all types Asking Questions ------- -Before asking any question, read the [wiki](https://github.com/jahirfiquitiva/Kuper/wiki). +Before asking any question, read the [wiki](/../../wiki). It may contains the answer to your questions. If not, or if the wiki isn't clear, open a new issue. The issue will be labeled with _question_. @@ -26,4 +26,4 @@ If you want to fix a bug or implement a new feature, feel free to submit a new p To submit a pull request, you have to fork this repository and fill the PR template. When you want to submit a pull request, remember to: - follow this project's code style -- run `./gradlew clean build` \ No newline at end of file +- run `./gradlew clean build` diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 54% rename from .github/ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/bug_report.md index 9eee7b7d..e6bc5ee1 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,17 +1,38 @@ +--- +name: Bug Report +about: Report any issues/bugs you're facing +--- + + - [ ] I have verified there are no duplicate active or recent bugs, questions, or requests -- [ ] I have verified that I am using the latest version of Kuper. +- [ ] I have verified that I am using the latest version. -### Device/dashboard info: - - Kuper version: `?` +### Device/App info: + - Kuper Version: `?` - Android version: `?` - Device Manufacturer: `?` - Device Name: `?` +### Describe the bug +A clear and concise description of what the bug is. + +### Reproduction Steps +1. +2. +3. + +### Expected behavior + + + + +### Screenshots + + +### Code and/or Logs @@ -25,27 +46,10 @@ Please wrap logs with Gradle syntax highlighting (it makes them look better). --> ```Gradle java.lang.RuntimeException: This is an example Exception log - at jahirfiquitiva.libs.kuper.HelloWorld - at jahirfiquitiva.libs.kuper.HelloWorld$ThisIsNotARealLog + at com.package.name.HelloWorld + at com.package.name.HelloWorld$ThisIsNotARealLog at android.app.Instrumentation.callActivityOnResume(Instrumentation.kt) ``` - -### Reproduction Steps - -1. -2. -3. - - -### Expected Result - - -### Actual Result - - - \ No newline at end of file +### Additional context + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..81e6d74f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,22 @@ +--- +name: Feature Request +about: Suggest an idea for this project + +--- + + + + +### Is your feature request related to a problem? Please describe. + + +### Describe the solution you'd like + + +### Describe alternatives you've considered + + +### Additional context + diff --git a/.github/ci-reporter.yml b/.github/ci-reporter.yml new file mode 100644 index 00000000..0db4bc60 --- /dev/null +++ b/.github/ci-reporter.yml @@ -0,0 +1,8 @@ +# Set to false to create a new comment instead of updating the app's first one +updateComment: false + +# Use a custom string, or set to false to disable +before: "Unfortunately, the [{{ provider }} build]({{ targetUrl }}) is failing as of {{ commit }}. Here's the output:" + +# Use a custom string, or set to false to disable +after: "If you need help with this issue, don't hesitate to ask a maintainer of the project!" diff --git a/.github/config.yml b/.github/config.yml index be575feb..f9c24233 100644 --- a/.github/config.yml +++ b/.github/config.yml @@ -1,20 +1,21 @@ requestInfoReplyComment: > I would appreciate it if you could provide us with more info about this issue/pr! -requestInfoLabelToAdd: "needs info" + +requestInfoLabelToAdd: "Status: Needs Info" newPRWelcomeComment: > - Thanks so much for opening your first PR here :smiley:. Please be sure to check the [contribution guidelines](https://github.com/jahirfiquitiva/Kuper/blob/sample/.github/CONTRIBUTING.md)! :wink: + Thanks so much for opening your first PR here :smiley:. Please be sure to check the [contribution guidelines](/../../tree/sample/.github/CONTRIBUTING.md)! :wink: firstPRMergeComment: > Congrats on merging your first pull request here! :tada: How awesome! newIssueWelcomeComment: > - Thanks for opening your first issue here :smiley:! Please be sure to follow the issue template and check the [contribution guidelines](https://github.com/jahirfiquitiva/Kuper/blob/sample/.github/CONTRIBUTING.md) :wink: (otherwise the issue will be ignored :confused:). + Thanks for opening your first issue here :smiley:! Please be sure to follow the issue template and check the [contribution guidelines](/../../tree/sample/.github/CONTRIBUTING.md) :wink: (otherwise the issue will be ignored :confused:). sentimentBotToxicityThreshold: .7 sentimentBotReplyComment: > - Please be sure to review the [code of conduct](https://github.com/jahirfiquitiva/Kuper/blob/sample/.github/CODE_OF_CONDUCT.md) and be respectful of other users. cc/ @jahirfiquitiva + Please be sure to review the [code of conduct](/../../tree/sample/.github/CODE_OF_CONDUCT.md) and be respectful of other users. cc/ @jahirfiquitiva lockThreads: toxicityThreshold: .7 diff --git a/.github/no-response.yml b/.github/no-response.yml index fc947b30..a5a907a6 100644 --- a/.github/no-response.yml +++ b/.github/no-response.yml @@ -1,11 +1,11 @@ # Number of days of inactivity before an Issue is closed for lack of response daysUntilClose: 2 # Label requiring a response -responseRequiredLabel: needs info +responseRequiredLabel: "Status: Needs info" # Comment to post when closing an Issue for lack of response. Set to `false` to disable closeComment: > This issue has been automatically closed because there has been no response - to our request for more information from the original author. With only the - information that is currently in the issue, we don't have enough information - to take action. Please reach out if you have or find the answers we need so - that we can investigate further. \ No newline at end of file + to our request for more information. With only the information that is + currently in the issue, we don't have enough information to take action. + Please reach out if you have or find the answers we need so that we can + investigate further. diff --git a/.github/stale.yml b/.github/stale.yml index 61d11a40..c987f3d0 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -2,8 +2,9 @@ daysUntilStale: 3 daysUntilClose: 7 exemptLabels: - - accepted -staleLabel: stale + - "Status: Accepted" + - "Status: Pending" +staleLabel: "Status: Stale" markComment: > This issue has been automatically marked as stale because it has not had activity in the last three (3) days. It will be closed if no further activity occurs within the next four (4) days. Thank you for your contributions. @@ -17,4 +18,4 @@ pulls: markComment: > This pull request has been automatically marked as stale because it has not had activity in the last five (5) days. It will be closed if no further activity occurs within the next five (5) days. Thank you for your contributions. unmarkComment: > - Thanks for updating this pull request. It is no longer marked as stale. \ No newline at end of file + Thanks for updating this pull request. It is no longer marked as stale. diff --git a/.github/support.yml b/.github/support.yml index 17f09c3a..dbfbd3f6 100644 --- a/.github/support.yml +++ b/.github/support.yml @@ -1,12 +1,12 @@ # Label used to mark issues as support requests -supportLabel: support +supportLabel: "Type: Support" # Comment to post on issues marked as support requests. Add a link # to a support page, or set to `false` to disable supportComment: > - 👋 We use the issue tracker exclusively for bug reports and feature requests. + 👋 We use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please join the [Google+ Community](https://plus.google.com/communities/117748118619432374563) to get help with the project. # Whether to close issues marked as support requests close: true # Whether to lock issues marked as support requests -lock: false \ No newline at end of file +lock: true diff --git a/.github/triage.yml b/.github/triage.yml new file mode 100644 index 00000000..5f0fe538 --- /dev/null +++ b/.github/triage.yml @@ -0,0 +1,4 @@ +# Label to use +label: 'Status: Pending' +# If enabled +enabled: true