这是indexloc提供的服务,不要输入任何密码
Skip to content

Add Issues & Pull Requests Templates #2

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

Merged
merged 2 commits into from
Mar 10, 2022
Merged
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
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Bug Report
about: There is a bug in functionality that needs to be fixed.
title: ''
labels: ''
assignees: ''

---

## Description

<!-- A clear and concise description of what the bug is. -->

## Steps to Reproduce

<!-- How can the bug be reproduced. -->

## Screenshots

<!-- Visuals of the bug if applicable. -->

## Additional Information

<!-- Any additional information related to the bug or the environment that can help identify/fix the bug. -->
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/epic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Epic
about: An Epic for tracking multiple tasks related to a theme of work.
title: ''
labels: ''
assignees: ''
---

## Summary

<!-- A brief description of what this feature or collection of work should accomplish. -->

## References

<!-- Add helpful links, design, demo site, documents links, etc. -->

## Tasks

<!--
Possibly a checklist of tasks that will be covered under this Epic.
Example:
- [ ] Fix incorrect meta key value for the Contact block.
- [ ] Fix footer button alignment issue.
-->
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/task.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Task
about: A descriptive task to be done.
title: ''
labels: ''
assignees: ''
---

## Summary

<!-- A brief description of the task. -->

## References

<!-- Add helpful links, design, demo site, documents links, etc. -->

## Acceptance Criteria

<!--
Possibly a checklist of items that need to be worked on.
Example:
- [ ] Fix incorrect meta key value for the Contact block.
- [ ] Fix footer button alignment issue.
-->
32 changes: 32 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
## Description

<!-- Very brief idea on what this PR does? No technical details. -->

## Technical Details

<!-- Any technical details that should be explained or mentioned to the reviewers. -->

## Checklist

<!--
If the ticket you worked on had any checklist, include that here and mark items that are covered in this PR. Else, create a checklist of all the items this PR covers.

Example:
- [ ] Fix incorrect meta key value for the Contact block.
- [ ] Fix footer button alignment issue.
-->

## Screenshots

<!-- Add screenshots or screen recordings if applicable and required. -->

## To-do

<!-- Mention anything that needs to be done after this PR as a follow-up or if anything is left uncovered. -->

## Fixes/Covers issue

<!-- Add the issue number which the PR is intended to be for. -->
Fixes #

<!-- After you're done creating the PR, assign the PR to yourself and assign reviewers for the PR. If unsure about whom to ask for a review, leave blank and ping on the project-specific channel. -->