0
0
mirror of https://github.com/namecoin/namecoin-core synced 2025-10-06 00:22:46 +02:00

Namecoin: Rebrand issue templates

This commit is contained in:
Jeremy Rand
2022-03-12 15:48:36 +00:00
parent 23d818a822
commit 26cb4927e9
5 changed files with 27 additions and 22 deletions

View File

@@ -1,13 +1,14 @@
<!-- This issue tracker is only for technical issues related to Bitcoin Core.
<!-- This issue tracker is only for technical issues related to Namecoin Core.
Technical issues applicable to Bitcoin Core should be reported at https://github.com/bitcoin/bitcoin/issues
General namecoin-specific questions and/or support requests are best directed to the Namecoin Forum at https://forum.namecoin.org.
General bitcoin questions and/or support requests are best directed to the Bitcoin StackExchange at https://bitcoin.stackexchange.com.
For reporting security issues, please read instructions at https://bitcoincore.org/en/contact/.
For reporting security issues, please read instructions at https://www.namecoin.org/team/security/.
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!
Any report, issue or feature request related to the GUI should be reported at
https://github.com/bitcoin-core/gui/issues/
-->
<!-- Describe the issue -->
@@ -17,7 +18,7 @@ https://github.com/bitcoin-core/gui/issues/
<!--- How reliably can you reproduce the issue, what are the steps to do so? -->
<!-- What version of Bitcoin Core are you using, where did you get it (website, self-compiled, etc)? -->
<!-- What version of Namecoin Core 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)? -->

View File

@@ -7,11 +7,15 @@ assignees: ''
---
<!-- This issue tracker is only for technical issues related to Bitcoin Core.
<!-- This issue tracker is only for technical issues related to Namecoin Core.
Technical issues applicable to Bitcoin Core should be reported at https://github.com/bitcoin/bitcoin/issues
General namecoin-specific questions and/or support requests are best directed to the Namecoin Forum at https://forum.namecoin.org.
General bitcoin questions and/or support requests are best directed to the Bitcoin StackExchange at https://bitcoin.stackexchange.com.
For reporting security issues, please read instructions at https://bitcoincore.org/en/contact/.
For reporting security issues, please read instructions at https://www.namecoin.org/team/security/.
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! -->
@@ -31,7 +35,7 @@ If the node is "stuck" during sync or giving "block checksum mismatch" errors, p
**System information**
<!-- What version of Bitcoin Core are you using, where did you get it (website, self-compiled, etc)? -->
<!-- What version of Namecoin Core 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)? -->

View File

@@ -15,8 +15,8 @@ assignees: ''
#### Useful skills:
<!-- (For example, “C++11 std::thread”, “Qt5 GUI and async GUI design” or “basic understanding of Bitcoin mining and the Bitcoin Core RPC interface”.) -->
<!-- (For example, “C++11 std::thread”, “Qt5 GUI and async GUI design” or “basic understanding of Namecoin mining and the Namecoin Core RPC interface”.) -->
#### Want to work on this issue?
For guidance on contributing, please read [CONTRIBUTING.md](https://github.com/bitcoin/bitcoin/blob/master/CONTRIBUTING.md) before opening your pull request.
For guidance on contributing, please read [CONTRIBUTING.md](https://github.com/namecoin/namecoin-core/blob/master/CONTRIBUTING.md) before opening your pull request.

View File

@@ -1,11 +1,11 @@
---
name: An issue or feature request related to the GUI
about: Any report, issue or feature request related to the GUI should be reported at https://github.com/bitcoin-core/gui/issues/
title: Any report, issue or feature request related to the GUI should be reported at https://github.com/bitcoin-core/gui/issues/
labels: GUI
name: An issue or feature request applicable to Bitcoin Core
about: Any report, issue or feature request applicable to Bitcoin Core should be reported at https://github.com/bitcoin/bitcoin/issues/
title: Any report, issue or feature request applicable to Bitcoin Core should be reported at https://github.com/bitcoin/bitcoin/issues/
labels: upstream bug
assignees: ''
---
Any report, issue or feature request related to the GUI should be reported at
https://github.com/bitcoin-core/gui/issues/
Any report, issue or feature request applicable to Bitcoin Core should be reported at
https://github.com/bitcoin/bitcoin/issues/

View File

@@ -4,14 +4,14 @@
Pull requests without a rationale and clear improvement may be closed
immediately.
GUI-related pull requests should be opened against
https://github.com/bitcoin-core/gui
Non-Namecoin-specific pull requests should be opened against
https://github.com/bitcoin/bitcoin
first. See CONTRIBUTING.md
-->
<!--
Please provide clear motivation for your patch and explain how it improves
Bitcoin Core user experience or Bitcoin Core developer experience
Namecoin Core user experience or Namecoin Core developer experience
significantly:
* Any test improvements or new tests that improve coverage are always welcome.
@@ -24,7 +24,7 @@ significantly:
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 Bitcoin Core, if possible.
consider building the system outside of Namecoin Core, 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
@@ -36,7 +36,7 @@ significantly:
-->
<!--
Bitcoin Core has a thorough review process and even the most trivial change
Namecoin Core 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.