Renamed deprecated apt-get to apt in doc/build-unix.md
Renamed deprecated apt-get to apt in doc/build-unix.md #24176
pull SsNiPeR1 wants to merge 1 commits into bitcoin:master from SsNiPeR1:master changing 1 files +6 −6-
SsNiPeR1 commented at 11:53 AM on January 27, 2022: none
-
Renamed deprecated apt-get to apt in doc/build-unix.md a7bb6f24d6
-
MarcoFalke commented at 12:20 PM on January 27, 2022: member
i hate apt-get
Please include a clear and objective motivation, explaining why it is deprecated with a source. Also, please explain how users that copy-paste the commands into scripts should deal with the warnings that this will cause.
-
SsNiPeR1 commented at 12:23 PM on January 27, 2022: none
i hate apt-get
Please include a clear and objective motivation, explaining why it is deprecated with a source. Also, please explain how users that copy-paste the commands into scripts should deal with the warnings that this will cause.
idk but please merge, cus everybody uses apt. i've seen NOBODY who uses apt-get, but many use apt or aptitude.
-
MarcoFalke commented at 12:27 PM on January 27, 2022: member
idk but please merge
This is not how open source works. Our project uses a review process and it is the responsibility of the pull request author to make it as easy as possible for reviewers to evaluate the change. Stating a goal, a motivation and supplementary information to underline why the change makes sense and is safe to do do help.
Going to close this for now, but this can be reopened when the above has been addressed.
Edit: I'll also leave a reply on how you can start on contribution meaningful changes to Bitcoin Core.
- MarcoFalke closed this on Jan 27, 2022
-
MarcoFalke commented at 12:27 PM on January 27, 2022: member
Getting started to contribute to Bitcoin Core
Setting up your development environment
New developers are very welcome and needed. There are a lot of open issues of any difficulty waiting to be fixed. However, before you start contributing, familiarize yourself with the Bitcoin Core build system and tests. Refer to the documentation in the repository on how to build Bitcoin Core and how to run the unit and functional tests. Once that is done, you are all set.
If you need more help getting started, please refer to the following resources:
- https://medium.com/@amitiu/onboarding-to-bitcoin-core-7c1a83b20365
- https://jonatack.github.io/articles/how-to-review-pull-requests-in-bitcoin-core
Pick something to work on
If you are looking for useful contributions to help out with, you can
- Search through the good first issues or the ones that are up for grabs. Some of them might no longer be applicable. So if you are interested, but unsure, you might want to leave a comment on the issue first.
- Write tests to improve the coverage. Any kind of test is welcome and coverage information can be obtained from a relatively recent coverage report. If you are unsure, don't hesitate to check back first.
- Help with review and testing. There are easy ones such as the gui and rpc. However, review on any open pull request is welcome. Review will also help you understand the codebase better.
- Help on meta projects related to Bitcoin Core, such as a high-level performance monitor.
- Join us on irc and let us know what you are interested in.
-
SsNiPeR1 commented at 12:32 PM on January 27, 2022: none
:(
-
hebasto commented at 9:39 PM on January 28, 2022: member
apt-getis not deprecated.aptis more user-friendly.Besides
doc/build-unix.md,apt-getis also suggested in:depends/README.mddoc/fuzzing.mddoc/translation_process.mdsrc/qt/README.mdtest/README.md
- DrahtBot locked this on Jan 28, 2023