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
Contributions are welcome! You can contribute to this project by submitting [Issues](https://github.com/smdn/Smdn.Net.SkStackIP/issues/) or [Pull Requests](https://github.com/smdn/Smdn.Net.SkStackIP/pulls/).
8
+
Contributions are welcome! You can contribute to this project by submitting [Issue]s or [Pull Request]s.
3
9
4
10
Please follow the descriptions in the relevant sections below according to what you would like to contribute.
**Did you find a bug?** Please use the ['General Bug Report' issue template](https://github.com/smdn/Smdn.Net.SkStackIP/issues/new?template=01_bug-report.yml) to submit a bug report.
17
+
**Did you find a bug?** Please use the [General Bug Report] issue template to submit a bug report.
12
18
13
19
Please fill out the necessary items listed in the template as much as possible so that owner and collaborators can respond quickly and accurately.
14
20
15
21
16
22
### Feature requests and improvements / 機能追加・改善の提案
17
-
**Do you intend to add a new feature or improving existing feature?** Please use the ['Feature Request' issue template](https://github.com/smdn/Smdn.Net.SkStackIP/issues/new?template=02_feature-request.yml).
23
+
**Do you intend to add a new feature or improving existing feature?** Please use the [Feature Request] issue template.
18
24
19
25
If you have any feature requests including API suggestions, or an implementation improvements, please feel free to suggest them. If you can clarify what you want to achieve and what is lacking to achieve it, it will make it easier to proceed with the discussion.
20
26
21
27
22
28
### Contributing changes to the codes / コードに対する変更
23
-
**Did you write a patch that improves feature or fixes a bug?** Please create a [Pull Request](https://github.com/smdn/Smdn.Net.SkStackIP/pulls).
29
+
**Did you write a patch that improves feature or fixes a bug?** Please create a [Pull Request].
24
30
25
31
If possible, it would be helpful if you could also write a test case that corresponds to the change, but it is not required.
26
32
27
33
Small improvements and modifications can also be made through pull requests.
28
34
29
-
On the other hand, if it involves major changes, such as across multiple files, please send it as a [Feature Request](https://github.com/smdn/Smdn.Net.SkStackIP/issues/new?template=02_feature-request.yml) in advance instead of a pull request.
35
+
On the other hand, if it involves major changes, such as across multiple files, please send it as a [Feature Request] in advance instead of a pull request.
30
36
31
37
32
38
### Contributing changes to English texts / 英文に対する変更
33
-
**Do you have any corrections for incorrect or strange English texts?** Please create a [Pull Request](https://github.com/smdn/Smdn.Net.SkStackIP/pulls).
39
+
**Do you have any corrections for incorrect or strange English texts?** Please create a [Pull Request].
34
40
35
41
Corrections from English speakers are welcome!
36
42
@@ -44,16 +50,16 @@ This project is open source and its artifacts are free. To continue and sustain
44
50
45
51
46
52
### Other Contributions / その他
47
-
If you would like to make other contributions, please [open an issue](https://github.com/smdn/Smdn.Net.SkStackIP/issues/new) and submit it.
53
+
If you would like to make other contributions, please [open an issue] and submit it.
48
54
49
55
50
56
### ❌Unacceptable changes / 受け入れられない変更
51
57
Changes such as the following examples may not be acceptable:
52
58
53
59
- ❌Performance improvements without benchmarks.
54
-
- ✅Please include evidence in the pull request at least, or propose it as the [Feature Request](https://github.com/smdn/Smdn.Net.SkStackIP/issues/new?template=02_feature-request.yml).
60
+
- ✅Please include evidence in the pull request at least, or propose it as the [Feature Request].
55
61
- ❌Changes that add dependencies, such as the use of third-party packages.
56
-
- ✅If you would like to make such a change, please create a [Feature Request](https://github.com/smdn/Smdn.Net.SkStackIP/issues/new?template=02_feature-request.yml) first.
62
+
- ✅If you would like to make such a change, please create a [Feature Request] first.
57
63
- ❌Changes using *tricky* codes, like one-liners or shortcoding-oriented codes.<br/>❌Changes using the codes that are difficult to understand its intention, like too short naming of variables, etc.
58
64
- ✅Try to write self-documenting codes. Code that is clear in its intentions, even if somewhat verbose, is preferable.
0 commit comments