We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe.
We currently use the github api to add release.yml and deploy.yml:
release.yml
deploy.yml
container-hosting/app.py
Lines 223 to 258 in 62592c1
but are missing .github/ISSUE_TEMPLATE/create feature_request.md
.github/ISSUE_TEMPLATE/create feature_request.md
Describe the solution you'd like
In the same way release.yml and deploy.yml are created, create .github/ISSUE_TEMPLATE/create feature_request.md
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context
We previously achieved the same thing using bash/clone. This approach uses the github api.
Example of other files being added:
The text was updated successfully, but these errors were encountered:
#12 adding feature request to clone repo
b5bfcca
No branches or pull requests
Is your feature request related to a problem? Please describe.
We currently use the github api to add
release.yml
anddeploy.yml
:container-hosting/app.py
Lines 223 to 258 in 62592c1
but are missing
.github/ISSUE_TEMPLATE/create feature_request.md
Describe the solution you'd like
In the same way
release.yml
anddeploy.yml
are created, create.github/ISSUE_TEMPLATE/create feature_request.md
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
We previously achieved the same thing using bash/clone. This approach uses the github api.
Example of other files being added:
container-hosting/app.py
Lines 223 to 258 in 62592c1
The text was updated successfully, but these errors were encountered: