Skip to content

Commit

Permalink
Update bug_report.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksa-krolls authored Feb 27, 2025
1 parent d0e4d95 commit 3f15894
Showing 1 changed file with 15 additions and 21 deletions.
36 changes: 15 additions & 21 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,32 +10,26 @@ assignees: ''
## Describe the bug and expected behavior
A clear and concise description of what the bug is. Include any error messages from the run logs and the expected behavior.

## To Reproduce
1. Here is a link to a failed run on OpenFn.org which is indicative of the bug: __________
## Steps to Reproduce
Describe the actual (unexpected) behavior.

### expression.js
Link to the job itself in Github: _____________
Adaptor:
Here is a link to a failed run on OpenFn.org which is indicative of the bug: __________

To replicate...
1. ....

### state.json
### Workflow
Link to the workflow itself:
- Adaptor:
- Adaptor Version:

Either provide state directly, or link to a file. If sensitive information
should be in state, redact it and provide instructions for where it can be
found.
### Input & Testing Guidance
- Credentials: What system(s) can we use for troubleshooting? Will we need to log into prod, or should we replicate this in a sandbox/test environment?
- Are there specific test record(s) we should look at or use to retry the workflow?

```json
{
"configuration": ["SEE LAST PASS: 'client cred'"],
"data": {LINK TO STATE},
"cursor": "2020-01-19 00:00:00"
}
```

## To test/resolve
1. After the desired output is working locally (from the CLI), please [push commits to master || open a pull request].
2. [Please test the change on OpenFn.org by re-running this run (link) and confirming success.]
## Any other notes?
Any other comments, considerations, or documentation?

## Toggl
Name of the Toggle project to log work
Name of the Toggl project to log work

0 comments on commit 3f15894

Please sign in to comment.