Skip to content

Commit

Permalink
Merge pull request #63 from XYOracleNetwork/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Phillip Lorenzo authored Mar 5, 2020
2 parents b69ed93 + 7f5703d commit dfe7be9
Show file tree
Hide file tree
Showing 6 changed files with 79 additions and 2 deletions.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: Bug report
about: Create a report to help us improve the XYO Android SDK
title: "[BUG]"
labels: bug
assignees: ""
---

**Observed behavior**
A clear and concise description of what exactly happened.

**Expected behavior**
A clear and concise description of what you expected to happen.

**To Reproduce**
Steps to reproduce the behavior:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Smartphone (please complete the following information):**

- Device: [e.g. Samsung Galaxy, Google Pixel]
- OS: [e.g. Android 10]
- Browser [e.g. stock browser, chrome]

**Additional context**
Add any other context about the problem here.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: XYO Developer Portal
url: https://developers.xyo.network/
about: XYO Foundation Developer Portal
- name: XYO Foundation Site
url: https://xyo.network/
about: Check out the fundamentals of our Foundation here
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation_needed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Documentation needed
about: Suggest documentation that is needed
title: "[DOCUMENTATION]:"
labels: documentation
assignees: ""
---

**Is your documentation 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 documentation and format you would like**
A clear and concise description of what documentation you would like to see and what type for format.
Ex. Step-by-step, Paragraph explainer, screenshots, etc.

**Additional context**
Add any other context or screenshots about the document request here.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Feature request
about: Suggest an idea for XYO SDK Android
title: "[FEATURE]"
labels: enhancement
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. This could include specific devices, android versions, etc.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ allprojects {

```gradle
dependencies {
implementation 'com.github.XYOracleNetwork:sdk-ble-android:3.0.1142'
implementation 'com.github.XYOracleNetwork:sdk-ble-android:3.0.1143'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ buildscript {
project.ext {
majorVersion = 3
minorVersion = 0
patchVersion = 1142
patchVersion = 1143
}

allprojects {
Expand Down

0 comments on commit dfe7be9

Please sign in to comment.