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 your interest in contributing to the CS2 TriggerBot project. This guide will assist you from setting up the development environment to submitting pull requests.
3
+
Thank you for your interest in contributing to the VioletWing project. This guide outlines the process for setting up your development environment, contributing code, and submitting changes.
4
4
5
5
## Table of Contents
6
6
@@ -16,103 +16,130 @@ Thank you for your interest in contributing to the CS2 TriggerBot project. This
16
16
17
17
## Code of Conduct
18
18
19
-
By participating in this project, you agree to abide by the [Code of Conduct](CODE_OF_CONDUCT.md). Please be respectful, considerate, and open to constructive feedback.
19
+
By participating, you agree to follow the [Code of Conduct](CODE_OF_CONDUCT.md). Be respectful, inclusive, and open to constructive feedback.
20
20
21
21
## Getting Started
22
22
23
-
1.**Fork the Repository**: Create a personal fork of the repository on GitHub.
24
-
2.**Clone Your Fork**: Clone your fork to your local environment:
23
+
1.**Fork the Repository**: Create a personal fork on GitHub.
- PRs are reviewed for code quality, functionality, and adherence to standards.
130
+
- Respond to feedback promptly and make requested changes.
131
+
- PRs may require rebasing if the upstream repository updates:
132
+
133
+
```bash
134
+
git fetch upstream
135
+
git rebase upstream/main
136
+
git push --force
137
+
```
113
138
114
139
## Feature Requests and Feedback
115
140
116
-
For new ideas or improvements, open an issue labeled **Feature Request** in the [Issues tab](https://github.com/Jesewe/cs2-triggerbot/issues).
141
+
Submit new ideas or improvements via the [Issues tab](https://github.com/Jesewe/VioletWing/issues) with the **Feature Request** label. Include:
117
142
118
-
We appreciate your contributions to CS2 TriggerBot and your efforts in improving this project!
143
+
- Description of the feature (e.g., “Add customizable snapline colors for Overlay”).
0 commit comments