File tree Expand file tree Collapse file tree 5 files changed +93
-0
lines changed
Expand file tree Collapse file tree 5 files changed +93
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : " \U0001F41B Bug report"
3+ about : Create a report to help us improve the SDK
4+ title : ' '
5+ labels : bug
6+ assignees : ' '
7+
8+ ---
9+
10+ ** Describe the bug**
11+ A clear and concise description of the bug.
12+
13+ ** To Reproduce**
14+ The steps to reproduce the behavior
15+
16+ ** Expected Behavior**
17+ A clear description of what you expected to happen.
18+
19+ ** Actual Behavior**
20+ A clear description of what actually happened
21+
22+ ** Screenshots**
23+ If applicable, add screenshots to help explain your problem.
24+
25+ ** Versions**
26+ * What version of the SDK are you using?
27+ * What version of the language are you using?
28+ * What platform are you using? (if applicable)
29+
30+ ** Additional context**
31+ Add any other context about the problem here.
Original file line number Diff line number Diff line change 1+ blank_issues_enabled : false
Original file line number Diff line number Diff line change 1+ ---
2+ name : " \U0001F680 Feature Request"
3+ about : Suggest an idea for this SDK
4+ title : ' '
5+ labels : enhancement
6+ assignees : ' '
7+
8+ ---
9+
10+ ** Why is this feature valuable to you? Does it solve a problem you're having?**
11+ A clear and concise description of why this feature is valuable. Ex. I'm always frustrated when [ ...]
12+
13+ ** Describe the solution you'd like**
14+ A clear and concise description of what you want to happen.
15+
16+ ** Describe alternatives you've considered**
17+ A clear and concise description of any alternative solutions or features you've considered. (if applicable)
18+
19+ ** Additional context**
20+ Add any other context or screenshots about the feature request here.
Original file line number Diff line number Diff line change 1+ ---
2+ name : " \U0001F4AC Questions / Help"
3+ about : Get help with issues you are experiencing
4+ title : ' '
5+ labels : help-wanted, question
6+ assignees : ' '
7+
8+ ---
9+
10+ ** Before you start**
11+ Have you checked StackOverflow, previous issues, and Dropbox Developer Forums for help?
12+
13+ ** What is your question?**
14+ A clear and concise description of the question.
15+
16+ ** Screenshots**
17+ If applicable, add screenshots to help explain your question.
18+
19+ ** Versions**
20+ * What version of the SDK are you using?
21+ * What version of the language are you using?
22+ * What platform are you using? (if applicable)
23+
24+ ** Additional context**
25+ Add any other context about the question here.
Original file line number Diff line number Diff line change 1+ # To get started with Dependabot version updates, you'll need to specify which
2+ # package ecosystems to update and where the package manifests are located.
3+ # Please see the documentation for all configuration options:
4+ # https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
6+ version : 2
7+ updates :
8+ - package-ecosystem : " gomod" # See documentation for possible values
9+ directory : " /" # Location of package manifests
10+ schedule :
11+ interval : " daily"
12+
13+ - package-ecosystem : " github-actions"
14+ directory : " /"
15+ schedule :
16+ interval : " daily"
You can’t perform that action at this time.
0 commit comments