Skip to content

Commit

Permalink
Merge pull request #337 from ganeshrvel/ganeshrvel-patch-1
Browse files Browse the repository at this point in the history
Update bug_report.md
  • Loading branch information
ganeshrvel authored Oct 27, 2023
2 parents 81be8a3 + 899c379 commit 4ab1a0b
Showing 1 changed file with 2 additions and 45 deletions.
47 changes: 2 additions & 45 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,59 +7,16 @@ labels: 'bug'

**Prerequisites**

If the following boxes are not ALL checked, your issue is likely to be closed.

- [ ] Using yarn
- [ ] Using node 16.x
- [ ] Using an up-to-date [`master` branch](https://github.com/ganeshrvel/openmtp/tree/master)
- [ ] Using latest version of devtools. See [wiki for howto update](https://github.com/electron-react-boilerplate/electron-react-boilerplate/wiki/DevTools)
- [ ] For issue in production release, devtools output of `DEBUG_PROD=true yarn build && yarn start`
- [ ] Tried solutions mentioned in [#400](https://github.com/electron-react-boilerplate/electron-react-boilerplate/issues/400)
- [ ] Have you reviewed the steps in the following link to see if they address your issue? [https://github.com/ganeshrvel/openmtp/issues/276](https://github.com/ganeshrvel/openmtp/issues/276)

**Describe the bug**
A clear and concise description of what the bug is.

**Expected behaviour**
If you're describing a bug, tell us what should happen.
If you're suggesting a change/improvement, tell us how it should work.

**Current Behavior**
If describing a bug, tell us what happens instead of the expected behaviour.
If suggesting a change/improvement, explain the difference between current behaviour.

**Possible Solution**

Not obligatory, but suggest a fix/reason for the bug or ideas how to implement the addition or change.

**Steps to Reproduce (for bugs)**
Provide a link to a live example or an unambiguous set of steps to reproduce this bug. Include code to reproduce, if relevant

1.

2.

3.

4.

**Context**
How has this issue affected you? What are you trying to accomplish?
Did you make any changes to the codes after cloning it?
Providing context helps us come up with a solution that is most useful in the real world.

**Your Environment**
Include as many relevant details about the environment you experienced the bug in

- Node version :
- Version or Branch used :
- Operating System and version [e.g. macOS 10.14 mojave]:
- App Version [e.g. OpenMTP-v1.0]:
- Link to your project :

**Attachments**
Include if relevant,
1. Open your Terminal and run the following code:
```shell script
```shell
zip -r -X ~/Desktop/OpenMTP-log.zip "$HOME/Library/Application Support/io.ganeshrvel.openmtp/logs/"
```
2. Attach the file *OpenMTP-log.zip* found in your Desktop folder here.
Expand Down

0 comments on commit 4ab1a0b

Please sign in to comment.