forked from ververica/ForSt
-
Notifications
You must be signed in to change notification settings - Fork 0
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
游剑
committed
Mar 6, 2024
1 parent
fa05ea4
commit 39be3b0
Showing
2 changed files
with
50 additions
and
0 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,8 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: GitHub Community Support | ||
url: https://github.com/orgs/community/discussions | ||
about: Please ask and answer questions here. | ||
- name: GitHub Security Bug Bounty | ||
url: https://bounty.github.com/ | ||
about: Please report security vulnerabilities here. |
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,42 @@ | ||
<!-- | ||
*Thank you very much for contributing to ForSt. | ||
## Contribution Checklist | ||
- Fill out the template below to describe the changes contributed by the pull request. That will give reviewers the context they need to do the review. | ||
- Make sure that the change passes the automated tests. | ||
- Each pull request should address only one issue, not mix up code from multiple issues. | ||
--> | ||
|
||
## What is the purpose of the change | ||
|
||
*(For example: This pull request enables caching all the java classes that will be frequently used.)* | ||
|
||
|
||
## Brief change log | ||
|
||
*(for example:)* | ||
- *A global cache container* | ||
- *Cache entries for each objects* | ||
|
||
|
||
## Verifying this change | ||
|
||
*(Please pick either of the following options)* | ||
|
||
This change is a trivial rework / code cleanup without any test coverage. | ||
|
||
*(or)* | ||
|
||
This change is already covered by existing tests, such as *(please describe tests)*. | ||
|
||
*(or)* | ||
|
||
This change added tests and can be verified as follows: | ||
|
||
*(example:)* | ||
- *first step* | ||
- *second step* | ||
- *third step, and xxx behaves as expected* |