mirror of
https://github.com/felixfoertsch/wordpress-dev-env.git
synced 2026-04-18 15:28:44 +02:00
Initial commit
This commit is contained in:
4
wordpress_plugins/jquery-manager/.github/CODEOWNERS
vendored
Normal file
4
wordpress_plugins/jquery-manager/.github/CODEOWNERS
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
# These owners will be the default owners for everything in
|
||||
# the repo. Unless a later match takes precedence,
|
||||
# @Remzi1993 will be requested for review when someone opens a pull request.
|
||||
* @Remzi1993
|
||||
38
wordpress_plugins/jquery-manager/.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
38
wordpress_plugins/jquery-manager/.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Desktop (please complete the following information):**
|
||||
- OS: [e.g. iOS]
|
||||
- Browser [e.g. chrome, safari]
|
||||
- Version [e.g. 22]
|
||||
|
||||
**Smartphone (please complete the following information):**
|
||||
- Device: [e.g. iPhone6]
|
||||
- OS: [e.g. iOS8.1]
|
||||
- Browser [e.g. stock browser, safari]
|
||||
- Version [e.g. 22]
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
||||
20
wordpress_plugins/jquery-manager/.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
20
wordpress_plugins/jquery-manager/.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Is your feature request related to a problem? Please describe.**
|
||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||
|
||||
**Describe the solution you'd like**
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
**Describe alternatives you've considered**
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
|
||||
**Additional context**
|
||||
Add any other context or screenshots about the feature request here.
|
||||
26
wordpress_plugins/jquery-manager/.github/auto_assign.yml
vendored
Normal file
26
wordpress_plugins/jquery-manager/.github/auto_assign.yml
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
# Set to true to add reviewers to pull requests
|
||||
addReviewers: true
|
||||
|
||||
# Set to true to add assignees to pull requests
|
||||
addAssignees: true
|
||||
|
||||
# A list of reviewers to be added to pull requests (GitHub user name)
|
||||
reviewers:
|
||||
- Remzi1993
|
||||
|
||||
# A number of reviewers added to the pull request
|
||||
# Set 0 to add all the reviewers (default: 0)
|
||||
numberOfReviewers: 0
|
||||
|
||||
# A list of assignees, overrides reviewers if set
|
||||
# assignees:
|
||||
# - assigneeA
|
||||
|
||||
# A number of assignees to add to the pull request
|
||||
# Set to 0 to add all of the assignees.
|
||||
# Uses numberOfReviewers if unset.
|
||||
# numberOfAssignees: 2
|
||||
|
||||
# A list of keywords to be skipped the process that add reviewers if pull requests include it
|
||||
# skipKeywords:
|
||||
# - wip
|
||||
4
wordpress_plugins/jquery-manager/.github/delete-merged-branch-config.yml
vendored
Normal file
4
wordpress_plugins/jquery-manager/.github/delete-merged-branch-config.yml
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
exclude:
|
||||
- master
|
||||
- develop
|
||||
- development
|
||||
4
wordpress_plugins/jquery-manager/.github/first-timers.yml
vendored
Normal file
4
wordpress_plugins/jquery-manager/.github/first-timers.yml
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
# You can change the labels to suit your needs if "first-timers-only" is not what you are looking for.
|
||||
# These are some examples.
|
||||
labels:
|
||||
- First timers
|
||||
13
wordpress_plugins/jquery-manager/.github/no-response.yml
vendored
Normal file
13
wordpress_plugins/jquery-manager/.github/no-response.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
# Configuration for probot-no-response - https://github.com/probot/no-response
|
||||
|
||||
# Number of days of inactivity before an Issue is closed for lack of response
|
||||
daysUntilClose: 14
|
||||
# Label requiring a response
|
||||
responseRequiredLabel: Needs more info
|
||||
# Comment to post when closing an Issue for lack of response. Set to `false` to disable
|
||||
closeComment: >
|
||||
This issue has been automatically closed because there has been no response
|
||||
to our request for more information from the original author. With only the
|
||||
information that is currently in the issue, we don't have enough information
|
||||
to take action. Please reach out if you have or find the answers we need so
|
||||
that we can investigate further.
|
||||
30
wordpress_plugins/jquery-manager/.github/release-drafter.yml
vendored
Normal file
30
wordpress_plugins/jquery-manager/.github/release-drafter.yml
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
name-template: 'jQuery Manager v$NEXT_PATCH_VERSION'
|
||||
tag-template: '$NEXT_PATCH_VERSION'
|
||||
|
||||
categories:
|
||||
- title: '🚀 Features'
|
||||
labels:
|
||||
- 'Feature'
|
||||
- title: '🐛 Bug fixes'
|
||||
labels:
|
||||
- 'Fix'
|
||||
- 'Bug'
|
||||
- title: '🔒 Security updates'
|
||||
labels:
|
||||
- 'Security'
|
||||
- title: '🧰 Maintenance'
|
||||
labels:
|
||||
- 'Library'
|
||||
- 'Code Climate'
|
||||
- 'Docs'
|
||||
- 'dependencies'
|
||||
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
|
||||
|
||||
template: |
|
||||
# What's changed (changelog)
|
||||
$CHANGES
|
||||
|
||||
## 👍 Thanks to
|
||||
$CONTRIBUTORS
|
||||
|
||||
## [Download latest version](https://downloads.wordpress.org/plugin/jquery-manager.zip) from [wordpress.org](https://wordpress.org/plugins/jquery-manager/)
|
||||
17
wordpress_plugins/jquery-manager/.github/stale.yml
vendored
Normal file
17
wordpress_plugins/jquery-manager/.github/stale.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
# Number of days of inactivity before an issue becomes stale
|
||||
daysUntilStale: 40
|
||||
# Number of days of inactivity before a stale issue is closed
|
||||
daysUntilClose: 7
|
||||
# Issues with these labels will never be considered stale
|
||||
exemptLabels:
|
||||
- Pinned
|
||||
- Security
|
||||
# Label to use when marking an issue as stale
|
||||
staleLabel: Won't fix
|
||||
# Comment to post when marking an issue as stale. Set to `false` to disable
|
||||
markComment: >
|
||||
This issue has been automatically marked as stale because it has not had
|
||||
recent activity. It will be closed if no further activity occurs. Thank you
|
||||
for your contributions.
|
||||
# Comment to post when closing a stale issue. Set to `false` to disable
|
||||
closeComment: false
|
||||
Reference in New Issue
Block a user