-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
31 changed files
with
685 additions
and
183 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ dist/ | |
|
||
# dependencies | ||
node_modules/ | ||
|
||
tmp | ||
|
||
# environment variables | ||
.env | ||
|
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,29 @@ | ||
# Contributing to vtbag's website | ||
|
||
Thank you for considering contributing to **@vtbag/website**! Contributions are welcome and appreciated. This document outlines the steps and guidelines for contributing to this project. | ||
|
||
## Types of Contributions | ||
|
||
### 1. **Bug Reports** | ||
- Identify problems or inconsistencies in the website's functionality, layout, or appearance. | ||
- Ensure the issue is reproducible, and provide steps to reproduce the problem. | ||
- Describe the expected behavior and how the bug deviates from it. | ||
- If possible, propose a solution or link to relevant code snippets. | ||
|
||
### 2. **Feature Requests and Enhancements** | ||
- Suggest new features or improvements that align with the website's objectives. | ||
- Be clear on how this feature will improve the user experience or development workflow. | ||
- Provide examples or references to support your suggestion, if possible. | ||
|
||
|
||
### 3. **PRs Welcome! Contribute by Improving Content** | ||
- Improve the clarity and completeness of the documentation. | ||
- Add more elaborate explanations or use cases where appropriate. | ||
- Provide more detailed code examples and walk-throughs. | ||
- Proofread the content for grammar and spelling mistakes. | ||
- Ensure technical accuracy and consistency in explanations. | ||
|
||
|
||
--- | ||
|
||
Thanks for your interest in improving **@vtbag/website**! Excited to see what you'll contribute. |
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
Oops, something went wrong.