Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 25 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@
# Contributing to libsecp256k1
# Contributing to Bitgesell

## BGL PR bounty hunt

Bitgesell welcomes pull requests from the community. Reasonable contributions
can include refactoring, tests, cleanup, documentation and comment improvements,
bug fixes, build improvements, and new features.

Approved pull requests may receive a bounty starting at $100 USDT. Larger or
more impactful contributions may qualify for higher payouts at the maintainers'
discretion. Bounty eligibility and final payout amounts are confirmed during
maintainer review and approval.

To contribute:

1. Fork [BitgesellOfficial/bitgesell](https://github.com/BitgesellOfficial/bitgesell).
2. Create a focused branch for your change.
3. Open a pull request with a clear explanation of what changed and why.
4. Respond to maintainer feedback until the pull request is ready for approval.

Keep pull requests focused and reviewable. Separate unrelated changes into
separate pull requests, and include tests or documentation updates when they are
relevant to the change.

## libsecp256k1 contribution notes

## Scope

Expand Down
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,18 @@ Translations are periodically pulled from Transifex and merged into the git repo

See [SECURITY.md](SECURITY.md)

Contributing to libsecp256k1
------------
## Contributing

### BGL PR bounty hunt

Bitgesell welcomes community pull requests that improve the project. Reasonable
contributions can include bug fixes, refactoring, tests, build improvements,
documentation updates, cleanup, comments, and new features.

Approved pull requests may receive a bounty starting at $100 USDT. Larger or
more impactful contributions may qualify for higher payouts at the maintainers'
discretion. To get started, fork
[github.com/BitgesellOfficial/bitgesell](https://github.com/BitgesellOfficial/bitgesell),
open a focused pull request, and describe what changed and why.

See [CONTRIBUTING.md](CONTRIBUTING.md)