Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update discord link #7210

Merged
merged 1 commit into from
Oct 30, 2024
Merged
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
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should use:

https://t.winglang.io/discord

Everywhere

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can pick this up

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should use:

https://t.winglang.io/discord

Everywhere

people are waiting to help in the #help channel.