-
Notifications
You must be signed in to change notification settings - Fork 198
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
+7
−9
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
@@ -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: | ||
|
@@ -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 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
people are waiting to help in the #help channel. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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