Skip to content

Commit

Permalink
fix bad discord links (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
drunkirishcoder authored Mar 15, 2021
1 parent 72a7cf4 commit 87ecc82
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: Capsule Discord
url: https://discord.gg/sVN47RU
url: https://discord.gg/sAgzNV27sA
about: Please ask and answer questions about Capsule in our Discord.
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ threatening, offensive, or harmful.
This Code of Conduct applies both within project spaces and in public spaces
when an individual is representing the project or its community. Examples of
representing a project or community include using an official project e-mail
address, discussion on the official [Discord](https://discord.gg/sVN47RU),
address, discussion on the official [Discord](https://discord.gg/sAgzNV27sA),
posting via an official social media account, or acting as an appointed representative
at an online or offline event. Representation of a project may be further defined and
clarified by project maintainers.
Expand Down
28 changes: 15 additions & 13 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,25 @@

Thank you for your help improving the project! No contribution is too small and all contributions are valued.

When contributing to this repository, please first discuss the change you wish to make via issue, [Discord](https://discord.gg/sVN47RU) or [email](mailto:capsule-dev@googlegroups.com) with the `Capsule` [maintainers](https://github.com/orgs/capsule-rs/teams/maintainers/members) before making a change.
When contributing to this repository, please first discuss the change you wish to make via issue, [Discord](https://discord.gg/sAgzNV27sA) or [email](mailto:capsule-dev@googlegroups.com) with the `Capsule` [maintainers](https://github.com/orgs/capsule-rs/teams/maintainers/members) before making a change.

This guide will help you get started. Please note that we have a [Code of Conduct](CODE_OF_CONDUCT.md), please follow it in all your interactions with the project.

## Table of Contents

* [Code of Conduct](#code-of-conduct)
* [Contributing in Issues](#contributing-in-issues)
* [Asking for General Help](#asking-for-general-help)
* [Submitting a Bug Report](#submitting-a-bug-report)
* [Requesting a New Feature](#requesting-a-new-feature)
* [Pull Requests](#pull-requests)
* [Development Notes](#development-notes)
* [Commits](#commits)
* [Opening the Pull Request](#opening-the-pull-request)
* [Contributor License Agreement](#contributor-license-agreement)
* [Pull Request Approval](#pull-request-approval)
- [Contributing to Capsule](#contributing-to-capsule)
- [Table of Contents](#table-of-contents)
- [Code of Conduct](#code-of-conduct)
- [Contributing in Issues](#contributing-in-issues)
- [Asking for General Help](#asking-for-general-help)
- [Submitting a Bug Report](#submitting-a-bug-report)
- [Requesting a New Feature](#requesting-a-new-feature)
- [Pull Requests](#pull-requests)
- [Development Notes](#development-notes)
- [Commits](#commits)
- [Opening the Pull Request](#opening-the-pull-request)
- [Contributor License Agreement](#contributor-license-agreement)
- [Pull Request Approval](#pull-request-approval)

## Code of Conduct

Expand All @@ -31,7 +33,7 @@ Work on `Capsule` is tracked by Github Issues. Anybody can participate in any st

### Asking for General Help

If you have reviewed existing documentation and still have questions or are having problems, you can join our [Discord](https://discord.gg/sVN47RU) to ask for help. When applicable, we would appretiate it if you can contribute back a documentation PR that helps others avoid the problems that you encountered.
If you have reviewed existing documentation and still have questions or are having problems, you can join our [Discord](https://discord.gg/sAgzNV27sA) to ask for help. When applicable, we would appretiate it if you can contribute back a documentation PR that helps others avoid the problems that you encountered.

### Submitting a Bug Report

Expand Down

0 comments on commit 87ecc82

Please sign in to comment.