Skip to content
Merged
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
2 changes: 0 additions & 2 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ We appreciate your contribution!
* Before opening an issue, search for [existing open and closed issues](https://github.com/ignite/cli/issues) to check if your question has already been addressed. If a relevant issue exists, consider commenting on it instead of opening a duplicate issue.
* For feedback, questions, or suggestions, open a [Discussion topic](https://github.com/ignite/cli/discussions/new) to share your thoughts. Providing detailed information, such as use cases and links, will make the discussion more productive and actionable.

* For quick questions or informal feedback, join the **#🛠️ build-chains** channel in the official [Ignite Discord](https://discord.com/invite/ignitecli).

## Opening Pull Requests (PRs)

Please review relevant issues and discussions before opening a PR to ensure alignment with ongoing work.
Expand Down
2 changes: 0 additions & 2 deletions docs/docs/06-migration/v29.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,3 @@ Now start your chain.
```bash
ignite chain serve
```

If you need our help and support, do not hesitate to visit our [Discord](https://discord.com/invite/ignitecli).
4 changes: 0 additions & 4 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,6 @@ const config = {
{
title: "Social",
items: [
{
label: "Discord",
href: "https://discord.com/invite/ignitecli",
},
{
label: "Twitter",
href: "https://x.com/ignite",
Expand Down
5 changes: 0 additions & 5 deletions docs/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ export default function Home() {
description="Explore recommended IGNITE® Apps"
to="https://ignite.com/marketplace"
/>
<HomeCard
title="Community"
description="Join the IGNITE® community and connect with others"
to="https://discord.com/invite/ignitecli"
/>
</div>
</main>
</Layout>
Expand Down
6 changes: 1 addition & 5 deletions docs/versioned_docs/version-v0.25/06-bounty.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,4 @@ description: Ignite CLI bounty program incentives and rewards.

Our Ignite CLI bounty program provides incentives for your participation and pays rewards. If you know Golang, follow the bounty issues, write code, close issues, and get rewarded.

Do your bounty hunting in our repo. Track new, in-progress, and completed bounties in the [GitHub Issues](https://github.com/ignite/cli/issues?q=is%3Aissue+is%3Aopen+label%3Abounty).

For details on the Ignite CLI bounty program, join the #bounty channel in [Ignite Discord](https://discord.com/invite/ignitecli).

New bounties are posted and claimed in Discord on the #bounty announcement channel.
Do your bounty hunting in our repo. Track new, in-progress, and completed bounties in the [GitHub Issues](https://github.com/ignite/cli/issues?q=is%3Aissue+is%3Aopen+label%3Abounty).
2 changes: 0 additions & 2 deletions docs/versioned_docs/version-v29/06-migration/v29.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,3 @@ Now start your chain.
```bash
ignite chain serve
```

If you need our help and support, do not hesitate to visit our [Discord](https://discord.com/invite/ignitecli).
1 change: 0 additions & 1 deletion ignite/templates/app/files/readme.md.plush
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,3 @@ curl https://get.ignite.com/<%= GitHubPath %>@latest! | sudo bash
- [Tutorials](https://docs.ignite.com/guide)
- [Ignite CLI docs](https://docs.ignite.com)
- [Cosmos SDK docs](https://docs.cosmos.network)
- [Developer Chat](https://discord.com/invite/ignitecli)
7 changes: 2 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
<a href="https://github.com/ignite/cli/actions/workflows/test-lint.yml">
<img alt="Lint Status" src="https://github.com/ignite/cli/workflows/Lint/badge.svg" />
<a href="https://x.com/ignite" target="_blank"><img alt="Twitter" src="https://img.shields.io/twitter/follow/ignite" />
<a href="https://discord.com/invite/ignitecli" target="_blank"><img alt="Discord" src="https://img.shields.io/discord/893126937067802685"></a>
</div>

![Ignite CLI](./assets/ignite-cli.png)
Expand Down Expand Up @@ -177,9 +176,8 @@ blockchain, see [ignite/web](https://github.com/ignite/web).

## Questions

For questions and support, join the official [Ignite
Discord](https://discord.gg/ignite) server. The issue list in this repo is
exclusively for bug reports and feature requests.
For questions and support, ask easily on [GitHub Discussions](https://github.com/ignite/cli/discussions).
The issue list in this repo is exclusively for bug reports and feature requests.

## Cosmos SDK compatibility

Expand Down Expand Up @@ -270,7 +268,6 @@ Ignite CLI is a free and open source product maintained by
- [ignite.com website](https://ignite.com)
- [@ignite on Twitter](https://x.com/ignite)
- [ignite.com/blog](https://ignite.com/blog)
- [Ignite Discord](https://discord.com/invite/ignitecli)
- [Ignite YouTube](https://www.youtube.com/@ignitehq)
- [Ignite docs](https://docs.ignite.com)
- [Ignite jobs](https://ignite.com/careers)
Loading