You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/CONTRIBUTION.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,11 @@
1
1
# Contributing to ServerlessInsight
2
2
3
3
## Introduction
4
+
4
5
First off, thank you for considering contributing to ServerlessInsight! It's people like you that make this project great.
5
6
6
7
## How to Contribute
8
+
7
9
1. Fork the repository.
8
10
2. Create a new branch (`git checkout -b [feat|doc|fix|refactor]/your-branch`).
9
11
3. Make your changes.
@@ -12,27 +14,33 @@ First off, thank you for considering contributing to ServerlessInsight! It's peo
12
14
6. Create a new Pull Request.
13
15
14
16
## Code of Conduct
17
+
15
18
Please read our [Code of Conduct](CODE_OF_CONDUCT.md) to understand the expectations for behavior when contributing to this project.
16
19
17
20
## Reporting Issues
21
+
18
22
If you find a bug, please create an issue using the [bug report template](.github/ISSUE_TEMPLATE/bug_report.md). Provide as much detail as possible to help us understand and resolve the issue.
19
23
20
24
## Submitting Pull Requests
25
+
21
26
- Ensure your code follows the project's coding standards.
22
27
- Write clear, concise commit messages.
23
28
- Include tests for any new functionality.
24
29
- Ensure all tests pass before submitting your pull request.
25
30
26
31
## Coding Standards
32
+
27
33
- Follow the typescript style Guide and pass all syle checkes
28
34
- Use [Prettier](https://prettier.io/) for code formatting.
29
35
- Ensure your code passes linting (`npm run lint:check`).
30
36
31
37
## Running Tests
38
+
32
39
- Run tests with `npm test`.
33
40
- Ensure all tests pass before submitting your pull request.
0 commit comments