Skip to content

Commit

Permalink
chore: update repository templates
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Oct 2, 2020
1 parent 4a77e21 commit 653042b
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 25 deletions.
4 changes: 0 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.md
Expand Up @@ -20,10 +20,6 @@ Steps to reproduce the behavior:

A clear and concise description of what you expected to happen.

**Expected behavior**

A clear and concise description of what you expected to happen.

**Environment**

- Version: v1.2.3, git sha hash
Expand Down
22 changes: 14 additions & 8 deletions .github/ISSUE_TEMPLATE/feature_request.md
Expand Up @@ -3,14 +3,20 @@ name: Feature request
about: Suggest an idea for this project
---

**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 [...]
**Is your feature request related to a problem? Please describe.**

**Describe the solution you'd like** A clear and concise description of what you
want to happen.
A clear and concise description of what the problem is. Ex. I'm always
frustrated when [...]

**Describe alternatives you've considered** A clear and concise description of
any alternative solutions or features you've considered.
**Describe the solution you'd like**

**Additional context** Add any other context or screenshots about the feature
request here.
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.
7 changes: 5 additions & 2 deletions .github/workflows/closed_references.yml
Expand Up @@ -16,9 +16,12 @@ jobs:
name: Find closed references
steps:
- uses: actions/checkout@v2
- uses: ory/closed-reference-notifier@v1.1.4
- uses: actions/setup-node@v2-beta
with:
node-version: '14'
- uses: ory/closed-reference-notifier@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
ignore: '.git,**/node_modules,docs,CHANGELOG.md,.bin,*.md'
ignore: ".git,**/node_modules,docs,CHANGELOG.md,.bin,*.md"
issueLabels: upstream
issueLimit: ${{ github.event.inputs.issueLimit || '5' }}
18 changes: 8 additions & 10 deletions CONTRIBUTING.md
Expand Up @@ -8,13 +8,11 @@ https://github.com/ory/meta/blob/master/templates/repository/CONTRIBUTING.md
-->


# Contributing to ORY {{Project}}

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->


- [Introduction](#introduction)
- [Contributing Code](#contributing-code)
- [Disclosing vulnerabilities](#disclosing-vulnerabilities)
Expand Down Expand Up @@ -143,23 +141,23 @@ please include a note in your commit message explaining why.

## How We Organize Our Work

All repositories in the [ORY organization](https://github.com/ory) have their issues and pull requests
All repositories in the [ORY organization](https://github.com/ory) have their issues and pull requests
monitored in the [ORY Monitoring Board](https://github.com/orgs/ory/projects/9). This allows
for a transparent backlog of unanswered issues and pull requests across the ecosystem from those
who are allowed to merge pull requests to the main branch.

The process is as follows:

1. *Cards* represent open issues and pull requests and are automatically assigned to the **Triage** column if
the author is not one of the maintainers and no maintainer has answered yet.
2. A maintainer assigns the issue or pull request to someone or adds the label *help wanted*
which moves the card to **Requires Action**.
1. _Cards_ represent open issues and pull requests and are automatically assigned to the **Triage** column if
the author is not one of the maintainers and no maintainer has answered yet.
2. A maintainer assigns the issue or pull request to someone or adds the label _help wanted_
which moves the card to **Requires Action**.
3. If a maintainer leaves a comment or review, the card moves to **Pending Reply**, implying that
the original author needs to do something (e.g. implement a change, explain something in more detail, ...).
the original author needs to do something (e.g. implement a change, explain something in more detail, ...).
4. If a non-maintainer pushes changes to the pull request or leaves a comment, the card moves
back to **Requires Action**.
back to **Requires Action**.
5. If a card stays inactive for 60 days or more days, we assume that public interest in the issue
or change has waned, **archiving** the card.
or change has waned, **archiving** the card.
6. If the issue is closed or the pull request merged or closed, the card is **archived** as well.

We try our best to answer all issues and review all pull requests and hope that this transparent way
Expand Down
1 change: 0 additions & 1 deletion SECURITY.md
Expand Up @@ -11,7 +11,6 @@ https://github.com/ory/meta/blob/master/templates/repository/SECURITY.md
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->


- [Security Policy](#security-policy)
- [Supported Versions](#supported-versions)
- [Reporting a Vulnerability](#reporting-a-vulnerability)
Expand Down

0 comments on commit 653042b

Please sign in to comment.