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 creating a PR! We appreciate your contribution to Hi.Events.
2
+
3
+
To make the process as smooth as possible, please ensure you've read the [contributing guidelines](https://github.com/HiEventsDev/hi.events/blob/develop/CONTRIBUTING.md) before proceeding.
4
+
5
+
Please include a summary of the changes and the issue being fixed or the feature being added. The more detail, the better!
6
+
7
+
## Checklist
8
+
9
+
-[ ] I have read the contributing guidelines.
10
+
-[ ] My code is of good quality and follows the coding standards of the project.
11
+
-[ ] I have tested my changes, and they work as expected.
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
Thank you for your interest in contributing to Hi.Events!
4
+
5
+
Like many open source projects, we ask you to please sign this Contributor License Agreement (CLA) to confirm that you have the rights to your contributions and grant us the necessary permissions to use them. This helps us manage the project effectively and offer both open-source and commercial licenses.
6
+
7
+
**Contributor License Agreement**
8
+
9
+
This Contributor License Agreement ("Agreement") documents the rights granted by contributors to Hi.Event Ltd. ("Company"). To make this a binding legal agreement, please review the following terms and sign below.
10
+
11
+
You hereby grant to Hi.Event Ltd. a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable license to use, modify, reproduce, distribute, and sublicense your contributions under the terms of both the GNU Affero General Public License version 3 (AGPL-3.0) and a commercial license, without any compensation to you.
12
+
13
+
You confirm that:
14
+
15
+
1. Each contribution is an original creation of yours and that you have the right to grant the licenses stated above.
16
+
2. Your contributions do not infringe any third-party copyrights, patents, trademarks, or other rights.
17
+
3. You will notify Hi.Event Ltd. of any facts or circumstances of which you become aware that would make your representations in this Agreement inaccurate in any respect.
18
+
19
+
For more details on how to contribute, please read our [Contribution Guidelines](https://github.com/HiEventsDev/hi.events/blob/develop/CONTRIBUTING.md).
20
+
21
+
Before contributing to Hi.Events, you must accept and agree to the terms of this Agreement.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,10 @@ Please ensure that your pull request includes:
53
53
- Tests for new functionality or bug fixes, if applicable.
54
54
- A demo or screenshots, if the changes are visual.
55
55
56
+
Once you create a pull request, a CLA bot will automatically check if you have signed the Contributor License Agreement (CLA).
57
+
Signing is as simple as leaving a comment on the pull request with the message `I have read the CLA Document and I hereby sign the CLA`.
58
+
We require all contributors to sign the CLA to ensure that we have the necessary permissions to use and distribute your contributions.
59
+
56
60
## Development Setup
57
61
58
62
To set up the development environment for Hi.Events, follow the detailed instructions in our [Getting Started with Local Development guide](https://hi.events/docs/getting-started/local-development).
0 commit comments