Skip to content

Commit 648a466

Browse files
committed
Merge branch 'v2' into feature/credential-manager
2 parents b9b072b + d938df7 commit 648a466

39 files changed

+379
-308
lines changed

.build/.appveyor/build.ps1

Lines changed: 0 additions & 29 deletions
This file was deleted.

.build/.appveyor/test.ps1

Lines changed: 0 additions & 3 deletions
This file was deleted.

.build/.travis/build-py36-centos.sh

Lines changed: 0 additions & 13 deletions
This file was deleted.

.build/.travis/build-py36.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

.build/.travis/install-centos.sh

Lines changed: 0 additions & 5 deletions
This file was deleted.

.build/.travis/install-ubuntu.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

.build/.travis/release.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Description**
11+
A clear and concise description of the issue.
12+
13+
**Steps to reproduce**
14+
* Relevant config options
15+
* Command-line options used
16+
* Specific details around identity source, group mapping, etc.
17+
18+
**Expected behavior**
19+
A clear and concise description of what you expected to happen.
20+
21+
**Screenshots**
22+
If applicable, add screenshots to help explain your problem.
23+
24+
**Environment**
25+
- UST version:
26+
- OS type and version:
27+
- Any other relevant info:
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
Link to any relevant bugs (e.g. "Relates to bug #xxx")
14+
15+
**Describe the solution you'd like**
16+
A clear and concise description of what you want to happen.
17+
18+
**Describe alternatives you've considered**
19+
A clear and concise description of any alternative solutions or features you've considered.
20+
21+
**Additional context**
22+
Add any other context or screenshots about the feature request here.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: General question
3+
about: Issues that are neither bugs nor feature requests
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+

0 commit comments

Comments
 (0)