Skip to content

Commit

Permalink
Update github files
Browse files Browse the repository at this point in the history
  • Loading branch information
jahirfiquitiva committed Jun 1, 2018
1 parent cea43ea commit ad86f6e
Show file tree
Hide file tree
Showing 10 changed files with 85 additions and 44 deletions.
3 changes: 2 additions & 1 deletion .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [[email protected]](mailto:[email protected]). 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.

Expand All @@ -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:[email protected]
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_.

Expand All @@ -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`
- run `./gradlew clean build`
56 changes: 30 additions & 26 deletions .github/ISSUE_TEMPLATE.md → .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,38 @@
---
name: Bug Report
about: Report any issues/bugs you're facing
---
<!--
Any HTML comment will be stripped when the markdown is rendered, so you don't need to delete them.
Put an x inside the [] like this: [x] to mark the checkbox.
-->


- [ ] 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
<!-- A clear and concise description of what you expected to happen. -->



### Screenshots
<!-- If applicable, add screenshots or videos to help explain your problem. -->

### Code and/or Logs
<!--
Please wrap code with correct syntax highlighting. You can remove it if you think it isn't necessary.
-->
Expand All @@ -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)
```

<!--
The required steps to reproduce it.
-->
### Reproduction Steps

1.
2.
3.


### Expected Result


### Actual Result


<!--
Adding pictures/screenshots/videos of the expected/actual result is always helpful :)
-->
### Additional context
<!-- Add any other context about the problem here. -->
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Feature Request
about: Suggest an idea for this project

---

<!--
Any HTML comment will be stripped when the markdown is rendered, so you don't need to delete them.
-->


### 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, videos, etc. about the feature request here. -->
8 changes: 8 additions & 0 deletions .github/ci-reporter.yml
Original file line number Diff line number Diff line change
@@ -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!"
9 changes: 5 additions & 4 deletions .github/config.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 5 additions & 5 deletions .github/no-response.yml
Original file line number Diff line number Diff line change
@@ -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.
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.
7 changes: 4 additions & 3 deletions .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Thanks for updating this pull request. It is no longer marked as stale.
6 changes: 3 additions & 3 deletions .github/support.yml
Original file line number Diff line number Diff line change
@@ -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
lock: true
4 changes: 4 additions & 0 deletions .github/triage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Label to use
label: 'Status: Pending'
# If enabled
enabled: true

0 comments on commit ad86f6e

Please sign in to comment.