-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
808 changed files
with
49,421 additions
and
29,223 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,23 @@ | ||
<!-- This issue tracker is only for technical issues related to Blackcoin More. | ||
General blackcoin questions and/or support requests are best directed to the Blackcoin Discord server at https://discord.gg/hjNUgWD | ||
If the node is "stuck" during sync or giving "block checksum mismatch" errors, please ensure your hardware is stable by running memtest and observe CPU temperature with a load-test tool such as linpack before creating an issue! | ||
--> | ||
|
||
<!-- Describe the issue --> | ||
<!--- What behavior did you expect? --> | ||
|
||
<!--- What was the actual behavior (provide screenshots if the issue is GUI-related)? --> | ||
|
||
<!--- How reliably can you reproduce the issue, what are the steps to do so? --> | ||
|
||
<!-- What version of Blackcoin More are you using, where did you get it (website, self-compiled, etc)? --> | ||
|
||
<!-- What type of machine are you observing the error on (OS/CPU and disk type)? --> | ||
|
||
<!-- GUI-related issue? What is your operating system and its version? If Linux, what is your desktop environment and graphical shell? --> | ||
|
||
<!-- Any extra information that might be useful in the debugging process. --> | ||
<!--- This is normally the contents of a `debug.log` or `config.log` file. Raw text or a link to a pastebin type site are preferred. --> |
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 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve (use this for suspected bugs only, if not sure, open a regular issue below) | ||
title: '' | ||
labels: Bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- This issue tracker is only for technical issues related to Blackcoin More. | ||
General bitcoin questions and/or support requests are best directed to the Blackcoin Discord server at https://discord.gg/hjNUgWD | ||
If the node is "stuck" during sync or giving "block checksum mismatch" errors, please ensure your hardware is stable by running memtest and observe CPU temperature with a load-test tool such as linpack before creating an issue! --> | ||
|
||
<!-- Describe the issue --> | ||
|
||
**Expected behavior** | ||
|
||
<!--- What behavior did you expect? --> | ||
|
||
**Actual behavior** | ||
|
||
<!--- What was the actual behavior (provide screenshots if the issue is GUI-related)? --> | ||
|
||
**To reproduce** | ||
|
||
<!--- How reliably can you reproduce the issue, what are the steps to do so? --> | ||
|
||
**System information** | ||
|
||
<!-- What version of Blackcoin More are you using, where did you get it (website, self-compiled, etc)? --> | ||
|
||
<!-- What type of machine are you observing the error on (OS/CPU and disk type)? --> | ||
|
||
<!-- GUI-related issue? What is your operating system and its version? If Linux, what is your desktop environment and graphical shell? --> | ||
|
||
<!-- Any extra information that might be useful in the debugging process. --> | ||
<!--- This is normally the contents of a `debug.log` or `config.log` file. Raw text or a link to a pastebin type site are preferred. --> |
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,20 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: Feature | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> | ||
|
||
**Describe the solution you'd like** | ||
<!-- A clear and concise description of what you want to happen. --> | ||
|
||
**Describe alternatives you've considered** | ||
<!-- A clear and concise description of any alternative solutions or features you've considered. --> | ||
|
||
**Additional context** | ||
<!-- Add any other context or screenshots about the feature request here. --> |
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,22 @@ | ||
--- | ||
name: Good first issue | ||
about: '(Regular devs only): Suggest a new good first issue' | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- Needs the label "good first issue" assigned manually before or after opening --> | ||
|
||
<!-- A good first issue is an uncontroversial issue, that has a relatively unique and obvious solution --> | ||
|
||
<!-- Motivate the issue and explain the solution briefly --> | ||
|
||
#### Useful skills: | ||
|
||
<!-- (For example, “C++11 std::thread”, “Qt5 GUI and async GUI design” or “basic understanding of Blackcoin staking and the Blackcoin More RPC interface”.) --> | ||
|
||
#### Want to work on this issue? | ||
|
||
For guidance on contributing, please read [CONTRIBUTING.md](https://gitlab.com/blackcoin/blackcoin-more/blob/master/CONTRIBUTING.md) before opening your pull request. |
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,41 @@ | ||
<!-- | ||
*** Please remove the following help text before submitting: *** | ||
Pull requests without a rationale and clear improvement may be closed | ||
immediately. | ||
first. See CONTRIBUTING.md | ||
--> | ||
|
||
<!-- | ||
Please provide clear motivation for your patch and explain how it improves | ||
Blackcoin More user experience or Blackcoin More developer experience | ||
significantly: | ||
* Any test improvements or new tests that improve coverage are always welcome. | ||
* All other changes should have accompanying unit tests (see `src/test/`) or | ||
functional tests (see `test/`). Contributors should note which tests cover | ||
modified code. If no tests exist for a region of modified code, new tests | ||
should accompany the change. | ||
* Bug fixes are most welcome when they come with steps to reproduce or an | ||
explanation of the potential issue as well as reasoning for the way the bug | ||
was fixed. | ||
* Features are welcome, but might be rejected due to design or scope issues. | ||
If a feature is based on a lot of dependencies, contributors should first | ||
consider building the system outside of Blackcoin More, if possible. | ||
* Refactoring changes are only accepted if they are required for a feature or | ||
bug fix or otherwise improve developer experience significantly. For example, | ||
most "code style" refactoring changes require a thorough explanation why they | ||
are useful, what downsides they have and why they *significantly* improve | ||
developer experience or avoid serious programming bugs. Note that code style | ||
is often a subjective matter. Unless they are explicitly mentioned to be | ||
preferred in the [developer notes](/doc/developer-notes.md), stylistic code | ||
changes are usually rejected. | ||
--> | ||
|
||
<!-- | ||
Blackcoin More has a thorough review process and even the most trivial change | ||
needs to pass a lot of eyes and requires non-zero or even substantial time | ||
effort to review. There is a huge lack of active reviewers on the project, so | ||
patches often sit for a long time. | ||
--> |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.