Skip to content
Merged
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.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## Summary

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Move fallback template into ISSUE_TEMPLATE

This file is being added as .github/ISSUE_TEMPLATE.md, but GitHub's issue-template docs state that issue templates are loaded from .github/ISSUE_TEMPLATE; with the existing form files already in that directory, someone choosing the blank/classic issue path will still get an empty body, so the credential/security warning here won't be shown. Put the fallback Markdown under .github/ISSUE_TEMPLATE/ (or add a chooser config/contact link) so GitHub actually applies it.

Useful? React with 👍 / 👎.


Describe the env0 behavior, documentation gap, or mock-service issue.

## Reproduction Or Proposal

For bugs, include exact commands, task names, services, and relevant output.
For proposals, describe the mock API, seed, Docker, devhub, or documentation
change and why it belongs in env0.

## Validation

List any checks already run, for example:

- `scripts/smoke_dev.sh`
- `cd packages/environments/mock-gdrive && uv run --extra dev pytest tests -q`
- `docker/build-base.sh`
- `PULL_BASE=0 scripts/smoke_docker_examples.sh`

## Notes

Do not include credentials, OAuth tokens, live account exports, customer data, or
security-sensitive details. Report vulnerabilities privately through
`SECURITY.md`.
Loading