You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for considering contributing to **MISOReports**! We’re excited to have your support, and we welcome any feedback, bug reports, and improvements. This guide provides a quick overview of how you can contribute to the project.
We’re always open to new ideas! If you have a feature in mind that would improve the project, please suggest it by:
19
+
20
+
1.[Opening a feature request issue](https://github.com/BrianWeiHaoMa/MISOReports/issues/new?template=feature_request.md)
21
+
2. Describing the feature clearly, including why it would be beneficial
22
+
3. Sharing any examples or references that can help us understand your idea
23
+
24
+
---
25
+
26
+
### Opening Issues
27
+
28
+
Issues are a great way to discuss ideas, report bugs, or request features. Before opening a new issue, please search to see if one already exists. If not, feel free to [open a new issue](https://github.com/[username]/[repository]/issues) and provide as much detail as possible.
29
+
30
+
If you encounter any bugs, please let us know! To make your bug report as effective as possible, please include:
31
+
32
+
- A clear and descriptive title for the issue
33
+
- Steps to reproduce the bug
34
+
- The expected vs. actual behavior
35
+
- Screenshots, error messages, or code snippets if applicable
You can report bugs by [opening an issue](https://github.com/BrianWeiHaoMa/MISOReports/issues/new?template=bug_report.md). We’ll do our best to address them as soon as possible
39
+
40
+
---
41
+
42
+
### Submitting Pull Requests
43
+
44
+
If you'd like to make changes to the code, please follow these steps:
45
+
46
+
1.**Fork the repository** and create a new branch.
47
+
2. Make your changes, ensuring that they are focused and well-documented.
48
+
3.**Test your changes** to make sure everything works as expected.
49
+
4.**Submit a pull request** with a clear description of your changes and link to any related issues.
50
+
51
+
We welcome pull requests for:
52
+
- Fixing bugs
53
+
- Implementing new features
54
+
- Improving documentation
55
+
- Enhancing existing code for performance or readability
56
+
57
+
When submitting a pull request, make sure to:
58
+
- Describe the problem your changes address or the feature they add
59
+
- Reference any related issues by number (e.g., `#123`)
60
+
- Keep changes focused on a single improvement or fix
61
+
62
+
---
63
+
64
+
Thank you for your interest in contributing! We’re excited to work with you to make **MISOReports** better for everyone.
0 commit comments