Permalink
Cannot retrieve contributors at this time
18 lines (15 sloc)
594 Bytes
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
labeler/.github/ISSUE_TEMPLATE/feature_request.md
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Feature request | |
about: Suggest an idea for this project | |
title: '' | |
labels: feature request, needs triage | |
assignees: '' | |
--- | |
<!--- Please direct any generic questions related to actions to our support community forum at https://github.community/c/code-to-cloud/github-actions/41 ---> | |
<!--- Before opening up a new feature request, please make sure to check for similar existing issues and pull requests --> | |
**Description:** | |
Describe your proposal. | |
**Justification:** | |
Justification or a use case for your proposal. | |
**Are you willing to submit a PR?** | |
<!--- We accept contributions! --> |