Skip to content

Commit 826f04e

Browse files
docs: add Turkish README & enhance CONTRIBUTING.md (#6740)
1 parent 915e9dc commit 826f04e

File tree

3 files changed

+316
-2
lines changed

3 files changed

+316
-2
lines changed

CONTRIBUTING.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,26 @@ When creating a PR, please follow these guidelines:
2020

2121
## Code Style
2222

23-
Please adhere to the existing coding style for consistency.
23+
Please adhere to the existing coding style for consistency.
24+
25+
## Development
26+
27+
To ensure your changes work as expected and strictly adhere to the project's standards, please run the following commands before submitting a PR:
28+
29+
- **Run tests**:
30+
```sh
31+
make test
32+
```
33+
34+
- **Run linters/vet**:
35+
```sh
36+
make vet
37+
```
38+
39+
- **Build the project**:
40+
```sh
41+
make build
42+
```
2443

2544
## Questions
2645

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
<a href="https://github.com/projectdiscovery/nuclei/blob/main/README_ID.md">`Indonesia`</a> •
99
<a href="https://github.com/projectdiscovery/nuclei/blob/main/README_ES.md">`Spanish`</a> •
1010
<a href="https://github.com/projectdiscovery/nuclei/blob/main/README_JP.md">`日本語`</a> •
11-
<a href="https://github.com/projectdiscovery/nuclei/blob/main/README_PT-BR.md">`Portuguese`</a>
11+
<a href="https://github.com/projectdiscovery/nuclei/blob/main/README_PT-BR.md">`Portuguese`</a> •
12+
<a href="https://github.com/projectdiscovery/nuclei/blob/main/README_TR.md">`Türkçe`</a>
1213

1314
</div>
1415

0 commit comments

Comments
 (0)