Merge pull request 'feature/ubuntu' (#4) from feature/ubuntu into master
Reviewed-on: http://gitea.watsonlabs.net/watsonb8/aurora/pulls/4
This commit is contained in:
commit
589773b29c
22
.gitea/bug_template.md
Normal file
22
.gitea/bug_template.md
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
name: "Bug"
|
||||||
|
about: "Add a bug to the backlog"
|
||||||
|
title: "[Bug] "
|
||||||
|
labels:
|
||||||
|
|
||||||
|
- bug
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Description
|
||||||
|
|
||||||
|
## Steps to Reproduce
|
||||||
|
|
||||||
|
## Expected Behavior
|
||||||
|
|
||||||
|
## Actual Behavior
|
||||||
|
|
||||||
|
## Resources
|
||||||
|
|
||||||
|
## Notes
|
21
.gitea/issue_template.md
Normal file
21
.gitea/issue_template.md
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
name: "New Story"
|
||||||
|
about: "Add a new story to the backlog"
|
||||||
|
title: "[Feature] "
|
||||||
|
labels:
|
||||||
|
|
||||||
|
- feature
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Story
|
||||||
|
**As a**:
|
||||||
|
**I want**:
|
||||||
|
**So that**:
|
||||||
|
|
||||||
|
## Description
|
||||||
|
|
||||||
|
## Resources
|
||||||
|
|
||||||
|
## Notes
|
@ -1,15 +1,18 @@
|
|||||||
{
|
{
|
||||||
"folders": [
|
"folders": [
|
||||||
{
|
{
|
||||||
"path": "aurora-sharp-desktop"
|
"path": "aurora-sharp-desktop"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "aurora-cradle-sharp"
|
"path": "aurora-cradle-sharp"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "aurora-proto"
|
"path": "aurora-proto"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": ".gitea"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"files.exclude": {
|
"files.exclude": {
|
||||||
"**/obj": true
|
"**/obj": true
|
||||||
|
Loading…
Reference in New Issue
Block a user