-
Notifications
You must be signed in to change notification settings - Fork 8
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
1 parent
32c3899
commit 1b35e87
Showing
2 changed files
with
34 additions
and
5 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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Contributing Guide | ||
|
||
Thank you for considering contributing to Build Gateway! Here are some guidelines to help you get started. | ||
|
||
## Getting Started | ||
|
||
To contribute to Build Gateway, follow these steps: | ||
|
||
1. Fork the repository on GitHub. | ||
2. Clone your forked repository to your local machine. | ||
3. Make your changes locally, see the [examples](./examples/) for how to do this. | ||
4. Test your changes to ensure they work as expected. | ||
5. Commit your changes with descriptive commit messages. We like [Semantic Commit Messages](https://gist.github.com/joshbuchea/6f47e86d2510bce28f8e7f42ae84c716). | ||
6. Push your changes to your fork on GitHub. | ||
7. Create a pull request to the main repository. | ||
|
||
## Code Style | ||
|
||
Please follow the existing code style and conventions used in the project. | ||
|
||
## Testing | ||
|
||
This repository uses playwright tests, which can be found in [/playwright-tests](./playwright-tests/). Ensure that your changes include appropriate tests and that existing tests pass. | ||
|
||
## Submitting Issues | ||
|
||
If you encounter any issues or have feature requests, please submit them through GitHub issues. Include as much detail as possible to help us understand and address the problem efficiently. | ||
|
||
Thank you for your interest in contributing to Build Gateway! Your contributions are greatly appreciated. |
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