From 134d36e7a4d6960be9cc54b0acecc3f0dc295b1e Mon Sep 17 00:00:00 2001 From: Bingran You Date: Sun, 28 Jun 2026 20:52:11 -0700 Subject: [PATCH] Add fallback issue template --- .github/ISSUE_TEMPLATE.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..e5c98a9c1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,24 @@ +## Summary + +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`.