[NO-TICKET] Remove dir, add to ignore, add pr template (#5453)
Some checks are pending
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run

This commit is contained in:
Aaron Perez 2026-04-10 18:05:34 -05:00 committed by GitHub
parent 5348ff6b09
commit e25c323d2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 16 additions and 0 deletions

15
.github/pull_request_template.md vendored Normal file
View file

@ -0,0 +1,15 @@
## Description
<!--- Describe your changes in detail -->
## How Has This Been Tested?
<!--- Please describe in detail how you tested your changes. -->
<!--- Include details of your testing environment, and the tests you ran to -->
<!--- see how your change affects other areas of the code, etc. -->
## Artifacts (if appropriate):
<!--- Include videos and pictures that validate your work -->

1
.gitignore vendored
View file

@ -5,6 +5,7 @@
log.txt
log-ingestion.txt
logs
log
*.log
current.json

View file