-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/0.21' into feature/events
- Loading branch information
Showing
16 changed files
with
235 additions
and
211 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
## Standards checklist: | ||
|
||
<!--- | ||
Pull request must have next naming format: | ||
- For fixes use "fix:" prefix, e.g. "fix: video transcoding" | ||
- For consensus use "consensus:" prefix, e.g. "consensus: increasing Scores limits" | ||
- For patches use "patch:" prefix, e.g. "patch: docker image change" | ||
- For features use "feature:" prefix, e.g. "feat: voice messages" | ||
- For refactoring use "refactor:" prefix, e.g. "refactor: workflow actions" | ||
- For documentation use "docs:" prefix, e.g. "docs: readme.md header logo" | ||
- For workflow process use "workflow:" prefix, e.g. "workflow: added PR template" | ||
Use this prefixes for PR branches also, eg: | ||
workflow/pr-template | ||
--> | ||
|
||
<!-- Fill with an x the ones that apply. Example: [x] --> | ||
|
||
- [ ] The PR title is descriptive. | ||
- [ ] The PR doesn't replicate another PR which is already open. | ||
- [ ] The PR has self-explained commits history. | ||
<!-- | ||
- [ ] I have read the contribution guide and followed all the instructions. | ||
- [ ] The code follows the code style guide detailed in the wiki. | ||
--> | ||
- [ ] The code is mine or it's from somewhere with an Apache-2.0 compatible license. | ||
- [ ] The code is efficient, to the best of my ability, and does not waste computer resources. | ||
- [ ] The code is stable and I have tested it myself, to the best of my abilities. | ||
- [ ] If the code introduces new classes, methods, I provide a valid use case for all of them. | ||
|
||
## Changes: | ||
|
||
- [...] | ||
|
||
## Other comments: | ||
|
||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,6 @@ namespace PocketDb | |
enum class ShortTxType | ||
{ | ||
NotSet, | ||
PocketnetTeam, | ||
Money, | ||
Referal, | ||
Answer, | ||
|
Oops, something went wrong.