Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create issue-close-app.yml #97

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 2
jobs:
build:
docker:
- image: circleci/ruby:2.4.1-node-browsers

steps:
- checkout

- run:
name: Greeting
command: echo Hello, World.

- run:
name: Print the Current Time
command: date

20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
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.

**Steps To Reproduce**
Steps to reproduce the behavior:

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

**Current behavior**
A clear and concise description of what is happening.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**Use Case**
Explain the use case of this feature.

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

**Additional Context**
Add any other context or screenshots about the feature request here.
17 changes: 17 additions & 0 deletions issue-close-app.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Comment that will be sent if an issue is judged to be closed
comment: "This issue is closed because it does not meet our issue template. Please read it."
issueConfigs:
# There can be several configs for different kind of issues.
- content:
# Example 1: bug report
- "Describe the Bug"
- "Steps to Reproduce"
- "Expected Behavior"
- "Current Behavior"
- content:
# Example 2: feature request
- "Use Case"
- "Expected Behavior"
- "Additional Context"
# The issue is judged to be legal if it includes all keywords from any of these two configs.
# Or it will be closed by the app.