mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-03-15 18:12:35 +08:00
updating readmes
This commit is contained in:
24
.github/ISSUE_TEMPLATE/bug_report.md
vendored
24
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -1,24 +1,10 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
Thank you 🙇♀ for wanting to create an issue in this repository. Before you do, please ensure you are filing the issue in the right place. Issues should only be opened on if the issue **relates to code in this repository**.
|
||||
|
||||
---
|
||||
* If you have found a security issue [please submit it here](https://hackerone.com/github)
|
||||
* If you have questions about writing workflows or action files, then please [visit the GitHub Community Forum's Actions Board](https://github.community/t5/GitHub-Actions/bd-p/actions)
|
||||
* If you are having an issue or question about GitHub Actions then please [contact customer support](https://help.github.com/en/articles/about-github-actions#contacting-support)
|
||||
|
||||
<!--
|
||||
|
||||
You're opening a bug report for the GitHub Actions Toolkit - this is the toolkit you can use to build your own reusable Actions in JavaScript or TypeScript.
|
||||
|
||||
If you're having trouble using GitHub Actions, you have a bug or need help with your workflow, then please post your question at:
|
||||
|
||||
GitHub Community Forum for GitHub Actions
|
||||
https://github.community/t5/GitHub-Actions/bd-p/actions
|
||||
|
||||
Thanks for trying GitHub Actions!
|
||||
|
||||
-->
|
||||
If your issue is relevant to this repository, please include the information below:
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
16
.github/ISSUE_TEMPLATE/enhancement_request.md
vendored
Normal file
16
.github/ISSUE_TEMPLATE/enhancement_request.md
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
Thank you 🙇♀ for wanting to create an issue in this repository. Before you do, please ensure you are filing the issue in the right place. Issues should only be opened on if the issue **relates to code in this repository**.
|
||||
|
||||
* If you have found a security issue [please submit it here](https://hackerone.com/github)
|
||||
* If you have questions about writing workflows or action files, then please [visit the GitHub Community Forum's Actions Board](https://github.community/t5/GitHub-Actions/bd-p/actions)
|
||||
* If you are having an issue or question about GitHub Actions then please [contact customer support](https://help.github.com/en/articles/about-github-actions#contacting-support)
|
||||
|
||||
If your issue is relevant to this repository, please include the information below:
|
||||
|
||||
**Describe the enhancement**
|
||||
A clear and concise description of what the features or enhancment you need.
|
||||
|
||||
**Code Snippet**
|
||||
If applicable, add a code snippet to show the api enhancement.
|
||||
|
||||
**Additional information**
|
||||
Add any other context about the feature here.
|
||||
Reference in New Issue
Block a user