Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5076753

Browse files
chore: upload new GitHub workflows, CODEOWNERS, PULL_REQUEST_TEMPLATE, dependabot, SECURITY (#1)
Signed-off-by: rrrro <really.need.anonymous@proton.me>
1 parentc474fca commit5076753

File tree

7 files changed

+150
-0
lines changed

7 files changed

+150
-0
lines changed

‎.cspell-dict.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
buildable
12
changefreq
23
github
34
hideable

‎.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/**/*@really-need-anonymous
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
##Wiki Contribution Description
2+
3+
<!-- Please provide a clear description of what you're adding or changing in the wiki-->
4+
5+
##Type of Wiki Change
6+
7+
<!-- Please delete options that are not relevant.-->
8+
9+
-[ ] New article/documentation
10+
-[ ] Content update/improvement
11+
-[ ] Translation
12+
-[ ] Fix typos/grammar
13+
-[ ] Update links/references
14+
-[ ] Other (please describe)
15+
16+
##Language(s) Affected
17+
18+
<!-- Check all that apply-->
19+
20+
-[ ] English
21+
-[ ] 简体中文 (Simplified Chinese)
22+
-[ ] 繁體中文 (Traditional Chinese)
23+
24+
##Checklist
25+
26+
-[ ] I have checked that my content follows the wiki's style and formatting guidelines
27+
-[ ] I have performed a self-review of my content
28+
-[ ] I have checked for spelling and grammar errors
29+
-[ ] All links in the content are working and point to the correct resources
30+
-[ ] Images (if any) are properly formatted and include alt text
31+
-[ ] I have added appropriate categories and tags
32+
-[ ] I have cross-referenced related content where appropriate
33+
34+
##Additional Context
35+
36+
<!-- Add any other context about your contribution here. For example:
37+
- Sources for information
38+
- Related articles
39+
- Special considerations
40+
-->
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
##Description
2+
3+
<!-- Please include a summary of the changes and the related issue. Please also include relevant motivation and context.-->
4+
5+
##Type of change
6+
7+
<!-- Please delete options that are not relevant.-->
8+
9+
-[ ] Bug fix (non-breaking change which fixes an issue)
10+
-[ ] New feature (non-breaking change which adds functionality)
11+
-[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
12+
-[ ] Documentation update
13+
-[ ] Configuration change
14+
15+
##How Has This Been Tested?
16+
17+
<!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.-->
18+
19+
-[ ] Test A
20+
-[ ] Test B
21+
22+
##Checklist
23+
24+
<!-- The check list will be added in the future-->
25+
26+
##Additional Notes
27+
28+
<!-- Add any additional notes, concerns, or questions here-->

‎.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version:2
2+
updates:
3+
-package-ecosystem:"npm"
4+
directory:"/"
5+
schedule:
6+
interval:"daily"
7+
8+
-package-ecosystem:"github-actions"
9+
directory:".github/workflows"
10+
schedule:
11+
interval:"daily"

‎.github/workflows/check.yml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# The propose of this workflow is to check the code before merge to main branch
2+
3+
name:check code style and buildable
4+
5+
on:
6+
push:
7+
branches:
8+
-main
9+
pull_request:
10+
workflow_dispatch:
11+
12+
permissions:
13+
contents:read
14+
15+
jobs:
16+
check:
17+
runs-on:ubuntu-latest
18+
steps:
19+
-name:Checkout code
20+
uses:actions/checkout@v4
21+
with:
22+
lfs:true
23+
24+
-name:Setup Bun
25+
uses:oven-sh/setup-bun@v2
26+
with:
27+
bun-version:latest
28+
29+
-name:Setup pre-commit
30+
uses:pre-commit/action@v3.0.1
31+
32+
-name:Install dependencies
33+
run:bun install
34+
35+
-name:Run pre-commit
36+
run:pre-commit run --all-files
37+
38+
-name:Test Buildable
39+
run:bun run build

‎SECURITY.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
#Security Policy
2+
3+
##Supported Versions
4+
5+
The following versions of our project are currently being supported with security updates:
6+
7+
| Version| Supported|
8+
| -------| ------------------|
9+
| 0.x|:white_check_mark:|
10+
11+
##Reporting a Vulnerability
12+
13+
If you discover a security vulnerability, please do the following:
14+
15+
1.**Do not** publicly disclose the issue until we have addressed it.
16+
2. Contact us directly via email at[dev.team@lidao.pro](mailto:dev.team@lidao.pro).
17+
18+
We aim to respond within**48 hours** and resolve reported issues promptly.
19+
20+
##Security Best Practices
21+
22+
For developers using this project, we recommend the following best practices:
23+
24+
- Keep all dependencies up to date.
25+
- Validate user inputs to prevent injection attacks.
26+
- Use strong encryption methods for sensitive data.
27+
28+
##Disclaimer
29+
30+
We do our best to ensure this project is secure, but it is offered as-is. Users are responsible for testing and securing their own deployments.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp