Description
Automatically filing an issue from the user's end is a requirement which we must fulfil. An example of the application of this feature is here #32.
Possible solutions
We should probably make use of the PyGithub API to implement this feature.
Steps to follow before filing an issue:
- Generate a issue template.
- Attach generated logs in the generated issue template.
- Mark Assignees.
- Attach Labels.
- Submit new issue.
Description
Automatically filing an issue from the user's end is a requirement which we must fulfil. An example of the application of this feature is here #32.
Possible solutions
We should probably make use of the PyGithub API to implement this feature.
Steps to follow before filing an issue: