Skip to content

Commit

Permalink
chore: update discord link (#7210)
Browse files Browse the repository at this point in the history
Closes #7209.
  • Loading branch information
skyrpex authored Oct 30, 2024
1 parent 245ea35 commit 974289e
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions packages/@winglang/wingc/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing to Winglang

Thank you for wanting to contribute to Wing Language! This will guide you through everything you need to know to make changes
Thank you for wanting to contribute to Wing Language! This will guide you through everything you need to know to make changes
and submit pull requests to the GitHub repository.

- [Contributing to Winglang](#contributing-to-winglang)
Expand Down Expand Up @@ -36,10 +36,8 @@ These tools are needed to build the library and run unit tests:

## Orientation


### `src` folder


## Setting up and building the project

Install the dependencies using npm:
Expand Down Expand Up @@ -75,18 +73,18 @@ To ensure pull requests are reviewed and accepted as quickly as possible, please

[ ] Your fork is in sync with the upstream repository.

Create a new pull request [here](https://github.com/winglang/wingsdk/compare), selecting your fork for the 'compare'
and `main` for the 'base'.
Create a new pull request [here](https://github.com/winglang/wingsdk/compare), selecting your fork for the 'compare'
and `main` for the 'base'.

The title of the pull request should adhere to [conventional commits](https://www.conventionalcommits.org). For example,
if you're adding new features, the pull request title should start with `feat(sdk):`. If you are fixing a bug, then `fix(sdk):`
The title of the pull request should adhere to [conventional commits](https://www.conventionalcommits.org). For example,
if you're adding new features, the pull request title should start with `feat(sdk):`. If you are fixing a bug, then `fix(sdk):`
should be the title prefix.

In the description reference any open issues that the changes resolve. Describe the changes you made and include anything
you think would be useful for a reviewer to know. It's also a great place to add a shout-out to anyone who helped with the
you think would be useful for a reviewer to know. It's also a great place to add a shout-out to anyone who helped with the
changes.

## Getting Help

If you need help in contributing to this project please join our [Discord server](https://discord.gg/7wrggS3dZU) where
If you need help in contributing to this project please join our [Discord server](https://discord.gg/2PjJWDzdQw) where
people are waiting to help in the #help channel.

0 comments on commit 974289e

Please sign in to comment.