-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
80 additions
and
40 deletions.
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
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
## Terraform Canvas contributing guide | ||
Thank you for your interest in contributing to our project! This guide will provide you with an overview of the contribution workflow, from opening an issue to creating a pull request (PR), reviewing, and merging the PR. | ||
|
||
## Guide for New Contributors | ||
To gain a better understanding of the project, please read the [README](https://github.com/Terraform-Canvas/front-end). | ||
It contains valuable information on how to start making open-source contributions. | ||
|
||
## Getting Started | ||
### Issues | ||
|
||
#### Creating a New Issue | ||
Before creating a new issue, please search to check if a similar issue already exists. If you can't find a related issue, you can open a new one using the appropriate [issue form](https://github.com/Terraform-Canvas/front-end/issues/new/choose). | ||
#### Resolving an Issue | ||
Feel free to browse through our existing issues to find one that aligns with your interests. You can utilize labels as filters to narrow down your search. For more details, refer to the Labels section. Typically, we don't assign issues to specific individuals. If you identify an issue you'd like to address, you're welcome to open a PR with your proposed fix. | ||
### Making Changes | ||
1. Fork the repository. | ||
2. Install or update dependency such as Node.js. For more information, see [README](https://github.com/Terraform-Canvas/front-end). | ||
3. Create a working branch and start with your changes! (eg. feat/nodestyle) | ||
4. Test your code using prepared test code or you can add additional test code. | ||
5. Commit your updates. | ||
### Submitting a Pull Request (PR) | ||
Once you've completed your changes, it's time to create a pull request (PR): | ||
- Pull requests for developed changes should be directed towards the `dev` branch. | ||
- Don't forget to link PR to issue if you are solving one. | ||
- Once you submit your PR, team member will review your proposal. We may ask questions or request additional information. | ||
- Once the review is complete, the changes will be automatically merged into the `dev` branch. | ||
### Your PR is merged! | ||
Congratulations! 🎉🎉 Thank you for contributing to our project! Your efforts are greatly appreciated. ☺️ | ||
|
||
## Reference | ||
- https://github.com/github/docs/blob/main/CONTRIBUTING.md |
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
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
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
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