Skip to content

Commit

Permalink
Fixed the unused client version, added issue and PR template (#544)
Browse files Browse the repository at this point in the history
* Fixed the unused client version, added issue and PR template
  • Loading branch information
a-bezrukov authored Jul 26, 2019
1 parent 1b20364 commit aad6447
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/issue_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Actual behaviour
DeleteMe: Please set the issue *title* as a brief of *Actual behaviour*

## Desired behaviour

## Steps to reproduce
- ReplaceMe: *Step 1*
- ReplaceMe: *Step 2*
5 changes: 5 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## PR intention
DeleteMe: Mandatory: What this PR is intended to do, what change it introduces, what issue it solves.

## Code changes brief
DeleteMe: Optional: What are the architectural, UX, or other kind of changes are made which are hard to induce from the code.
2 changes: 1 addition & 1 deletion src/clientversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#define CLIENT_VERSION_MAJOR 0
#define CLIENT_VERSION_MINOR 13
#define CLIENT_VERSION_REVISION 8
#define CLIENT_VERSION_BUILD 1
#define CLIENT_VERSION_BUILD 3

//! Set to true for release, false for prerelease or test build
#define CLIENT_VERSION_IS_RELEASE true
Expand Down

0 comments on commit aad6447

Please sign in to comment.