copy AGENTS.md, CLAUDE.md, CONTRIBUTING.md and SECURITY.md from rust-bitcoin#962
Open
apoelstra wants to merge 1 commit into
Open
copy AGENTS.md, CLAUDE.md, CONTRIBUTING.md and SECURITY.md from rust-bitcoin#962apoelstra wants to merge 1 commit into
apoelstra wants to merge 1 commit into
Conversation
Member
Author
|
cc @sanket1729 you might want to take a look at this one |
trevarj
reviewed
May 22, 2026
starius
reviewed
May 22, 2026
| to an open source project or pick up Rust while contributing. Don't be shy, | ||
| you'll learn. | ||
|
|
||
| For a more in depth discussion of our coding policy see [policy.md](./docs/policy.md) |
Member
Author
There was a problem hiding this comment.
Huh, I was sure I deleted this paragraph.
Member
Author
There was a problem hiding this comment.
Ah, no, it was the # Policy section I deleted. I'll also delete this line.
sanket1729
approved these changes
May 22, 2026
Member
sanket1729
left a comment
There was a problem hiding this comment.
Looks good to me.
ACK 78ec9a0
78ec9a0 to
92853b7
Compare
tcharding
reviewed
May 25, 2026
| @@ -0,0 +1,282 @@ | |||
| # Contributing to rust-bitcoin | |||
Member
There was a problem hiding this comment.
Suggested change
| # Contributing to rust-bitcoin | |
| # Contributing to rust-miniscript |
tcharding
reviewed
May 25, 2026
Comment on lines
+5
to
+7
| The following is a set of guidelines for contributing to Rust Bitcoin | ||
| implementation and other Rust Bitcoin-related projects, which are hosted in the | ||
| [Rust Bitcoin Community](https://github.com/rust-bitcoin) on GitHub. These are |
Member
There was a problem hiding this comment.
Should we just link to the CONTRIBUTING file in rust-bitcoin?
Member
Author
There was a problem hiding this comment.
Yeah, that's a good idea.
Member
|
ACK everything except |
…bitcoin I deleted large chunks of CONTRIBUTING.md that didn't apply, and changed the preamble of SECURITY.md to say it applies to rust-miniscript rather than to the rust-bitcoin core projects. Otherwise no changes.
92853b7 to
46423ba
Compare
Member
Author
|
Updated to change a few more instances of "bitcoin" to "miniscript", and to add a link to the rust-bitcoin CONTRIBUTING.md doc. |
tcharding
approved these changes
May 26, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I deleted large chunks of CONTRIBUTING.md that didn't apply, and changed the preamble of SECURITY.md to say it applies to rust-miniscript rather than to the rust-bitcoin core projects.
Otherwise no changes.
Hopefully this will reduce the amount of LLM slop showing up on this repo lately.
I will also prioritize getting forgejo's API integrated into my CI system so that we can just migrate this project off of Github, which should further help.