Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Commit

Permalink
templates > .github and create release_template (#853)
Browse files Browse the repository at this point in the history
Add release template

* add comment

* keep copy of issue_template.md in root for legacy links

* Update release_template.md
  • Loading branch information
michaelstingl authored and nasli committed Mar 10, 2017
1 parent 2d833b0 commit 3025620
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 3 deletions.
47 changes: 47 additions & 0 deletions .github/issue_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<!--
Thanks for reporting issues back to this repository, you contributons are much appriciated! This is the issue tracker of the ownCloud iOS app.
To make it possible for us to help you please fill out below information carefully.
-->
<!--
## If you found a bug:
-->
### Steps to reproduce
1.
2.
3.

### Expected behaviour
Tell us what should happen

### Actual behaviour
Tell us what happens instead

### Server configuration
**Web server:**

**Database:**

**PHP version:**

### Client
**iOS version:**

**ownCloud app version:**

**Device model:**

### Logs
#### Web server error log
```
Insert your webserver log here
```

#### ownCloud log (data/owncloud.log)
```
Insert your ownCloud log here
```
<!--
## If you have suggestions of enhancements
-->
### Tell us what could be improved:
31 changes: 31 additions & 0 deletions .github/release_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!--
This is the template for new release issues.
Y <> X
-->

Release a new version
## TASKS:
- [ ] [GIT] Create branch release_X.X.X (freeze the code)
- [ ] [DEV] Update version number X.X.X
- [ ] [DIS] Update changelog iOS app
- [ ] [QA] Design Test plan
- [ ] [QA] Regression Test plan
- [ ] [DIS] Update screenshots if needed
- [ ] [DIS] Release to appstore
- [ ] [DOC] Update user manual https://github.com/owncloud/ios/blob/master/user_manual/ios_app.rst
- [ ] [GIT] Merge branch release_X.X.X in master and develop
- [ ] [GIT] Create tag and sign it "version_X.X.X"

If it is required to update third party or OC iOS Library
- [ ] [DIS] Update THIRD_PARTY.txt

If it is required to update OC iOS Library:
- [ ] [GIT] Create branch library release_Y.Y.Y (freeze the code)
- [ ] [DIS] Update README.md (version number, third party, supported versions of iOS, Xcode)
- [ ] [DIS] Update changelog Doc_Changelog.md
- [ ] [GIT] Merge branch release_Y.Y.Y in master and develop
- [ ] [GIT] Create tag and sign it "oc-ios-library-Y.Y.Y"


## BUGS & IMPROVEMENTS:

6 changes: 3 additions & 3 deletions issue_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
Thanks for reporting issues back to this repository, you contributons are much appriciated! This is the issue tracker of the ownCloud iOS app.
To make it possible for us to help you please fill out below information carefully.
-->
-->
<!--
## If you found a bug:
-->
-->
### Steps to reproduce
1.
2.
Expand Down Expand Up @@ -43,5 +43,5 @@ Insert your ownCloud log here
```
<!--
## If you have suggestions of enhancements
-->
-->
### Tell us what could be improved:

0 comments on commit 3025620

Please sign in to comment.