Skip to content

Commit 7bca7d0

Browse files
authored
Merge pull request #29 from JoinColony/maint/bug-bounty-removal
Fix doc compilation; update available pages
2 parents 4eb929c + 6fd9e0a commit 7bca7d0

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

colony/develop/ways-to-contribute.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ If you are passionate about decentralization or DAOs and want to help shape the
1010
## Web Developers
1111

1212
As a web developer (web2 or web3), you can contribute to the Colony decentralized application (dApp) by looking for issues tagged with "good-first-issue" in the GitHub issue tracker. You'll find a wealth of opportunities to make an impact and improve the user experience for our growing community of decentralized organizations. Whether you're working on front-end, back-end, or anything in between, you're sure to find a way to contribute to the project. Check out the issue tracker here: https://github.com/JoinColony/colonyCDapp.
13-
Additionally, you can also help build and shape our software development kit (SDK) called the Colony SDK. This can be found here: https://github.com/JoinColony/colonyJS/tree/main/packages/sdk.
13+
Additionally, you can also help build and shape our software development kit (SDK) called the Colony SDK. This can be found here: https://github.com/JoinColony/colonyJS/tree/main/packages/sdk.
1414

1515
## Community Projects
1616

@@ -20,10 +20,6 @@ You can also start or contribute to one of the Colony community projects. Whethe
2020

2121
If you are a Solidity developer, you can contribute to the Colony Network by checking out our smart contracts on GitHub. Find issues with the "good-first-issue" tag and help us improve the underlying infrastructure that powers the Colony platform. You can find the smart contracts here: https://github.com/JoinColony/colonyNetwork.
2222

23-
## Security Researchers
24-
25-
If you're a security researcher, you can help secure the Colony platform by participating in our bug-bounty program. The bug-bounty program rewards responsible disclosure of security vulnerabilities. If you find a vulnerability, please report it through the bug-bounty program: https://docs.colony.io/colonynetwork/bug-bounty.
26-
2723
## Get in Touch
2824

2925
If you have any questions or would like to get in touch, you can reach out to Chris, the community manager, by email at chris@colony.io or in [Discord](https://discord.com/invite/feVZWwysqM) at chmanie#5800. We're always looking for ways to grow the Colony community and help more people get involved, so don't hesitate to reach out.

src/theme/Footer/FooterGrid/index.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ const FooterGrid = () => (
3838
<FooterLink href="/colonysdk">Colony SDK</FooterLink>
3939
<FooterLink href="/colonynetwork">Colony Network</FooterLink>
4040
<FooterLink href="/colonyjs">Colony JS</FooterLink>
41-
<FooterLink href="/colonynetwork/bug-bounty">
42-
Bug Bounty Program
43-
</FooterLink>
4441
</div>
4542
</section>
4643
);

vendor/colonyNetwork

Submodule colonyNetwork updated 141 files

0 commit comments

Comments
 (0)