Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xcode75 committed May 15, 2023
1 parent 5db6b2c commit 60e8b25
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 1 deletion.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Bug report
about: Create a bug report
title: "[BUG]"
labels: bug

---

**Environment**

OS:

PHP version:

DB version:

Panel Version:

Debug Info: enable debug in config.php and upload screenshot.

**Bug Info**

Describe the issue you run into.。
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: Feature request
about: Suggest an new idea for this project
title: "[Feature Request]"
labels: enhancement

---

**Feature**

Describe the feature you want.
22 changes: 22 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Mark stale issues and pull requests

on:
schedule:
- cron: '40 2 * * *'

jobs:
stale:

runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write

steps:
- uses: actions/stale@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue has had no activity for over 60 days, hence marked as "staled-issue". This issue will be closed in 7 days.'
stale-pr-message: 'This PR has had no activity for over 60 days, hence marked as "staled-pr". This PR will be closed in 7 days.'
stale-issue-label: 'staled-issue'
stale-pr-label: 'staled-pr'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# XMPlus
## [Open issue template](https://github.com/xcode75/XManagerPlus/wiki/OPENING-ISSUE-ON-GITHUB)

### [Documentation](https://xcode75.github.io/XMPlusDocs/)

### [Telegram Channel](https://t.me/XManagerPlus)
Expand Down

0 comments on commit 60e8b25

Please sign in to comment.