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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,20 +24,23 @@ Pull requests are the best way to propose changes to the codebase. We actively w
24
24
25
25
## Any contributions you make will be under the Software License
26
26
27
-
In short, when you submit code changes, your submissions are understood to be under the same [Apache 2.0 License](https://opensource.org/licenses/Apache-2.0) that covers the project. Feel free to contact the maintainers if that's a concern.
27
+
In short, when you submit code changes, your submissions are understood to be under the
28
+
same [Apache 2.0 License](https://opensource.org/licenses/Apache-2.0) that covers the project. Feel free to contact us
29
+
if that's a concern.
28
30
29
31
## Report bugs using Github's [issues](https://github.com/adamspd/django-appointment/issues)
30
32
31
-
We use GitHub issues to track public bugs. Report a bug by [opening a new issue](https://github.com/adamspd/django-appointment/issues/new); it's that easy!
33
+
We use GitHub issues to track public bugs. Report a bug
34
+
by [opening a new issue](https://github.com/adamspd/django-appointment/issues/new); it's that easy!
32
35
33
36
## Write bug reports with detail, background, and sample code
34
37
35
38
**Great Bug Reports** tend to have:
36
39
37
40
- A quick summary and/or background
38
41
- Steps to reproduce
39
-
- Be specific!
40
-
- Give sample code if you can.
42
+
- Be specific!
43
+
- Give sample code if you can.
41
44
- What you expected would happen
42
45
- What actually happens
43
46
- Notes (possibly including why you think this might be happening, or stuff you tried that didn't work)
@@ -51,4 +54,5 @@ People *love* thorough bug reports.
51
54
52
55
## License
53
56
54
-
By contributing, you agree that your contributions will be licensed under its [Apache 2.0 License](https://github.com/adamspd/django-appointment/LICENSE).
57
+
By contributing, you agree that your contributions will be licensed under
58
+
its [Apache 2.0 License](https://github.com/adamspd/django-appointment/LICENSE).
Copy file name to clipboardExpand all lines: SECURITY.md
+14-9Lines changed: 14 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,30 +3,34 @@
3
3
## Supported Versions
4
4
5
5
| Version | Supported |
6
-
|-------|------------------|
6
+
|---------|--------------------|
7
7
| 2.x.x |:white_check_mark:|
8
8
| < 2.0 |:x:|
9
9
10
10
## Reporting a Vulnerability
11
11
12
-
The security of our project is a top priority. If you believe you have found a security vulnerability in Django-Appointment, we encourage you to let us know right away. We will investigate all legitimate reports and do our best to quickly fix the problem. Please follow these steps to report a vulnerability:
12
+
The security of this project is a top priority. If you believe you have found a security vulnerability in
13
+
Django-Appointment, we encourage you to let me know right away. We will investigate all legitimate reports and do our best
14
+
to quickly fix the problem. Please follow these steps to report a vulnerability:
13
15
14
16
1.**Do Not Publicly Disclose the Vulnerability**:
15
-
- Please do not publicly disclose the vulnerability until it has been handled by the security team.
17
+
- Please do not publicly disclose the vulnerability until it has been handled.
16
18
17
19
2.**Contact Us Privately**:
18
-
- Send a detailed report to [this contact page](https://adamspierredavid.com/contact/).
19
-
- Include the affected versions and any other information that might be relevant.
20
+
- Send a detailed report to [this contact page](https://adamspierredavid.com/contact/)
21
+
or [create a new issue here](https://github.com/adamspd/django-appointment/issues/new/choose).
22
+
- Include the affected versions and any other information that might be relevant.
20
23
21
24
3.**Wait for Initial Response**:
22
-
- We aim to respond to your report within 48 hours with our next steps.
25
+
- We aim to respond to your report within 48 hours with the next steps.
23
26
24
27
4.**Coordinated Disclosure**:
25
-
- We will work with you to ensure we understand the scope of the issue and will arrange a coordinated disclosure plan.
28
+
- We will work with you to ensure we understand the scope of the issue and will arrange a coordinated disclosure
29
+
plan.
26
30
27
31
## Dependencies
28
32
29
-
Our project depends on several third-party libraries:
33
+
This project depends on several third-party libraries:
30
34
31
35
- Django==4.2.7
32
36
- Pillow==10.1.0
@@ -35,7 +39,8 @@ Our project depends on several third-party libraries:
35
39
- babel==2.13.1
36
40
- pytz~=2023.3.post1
37
41
38
-
We strive to keep these dependencies up-to-date and free from vulnerabilities. If you find a vulnerability in one of these dependencies, please follow the steps above to report it.
42
+
We strive to keep these dependencies up to date and free from vulnerabilities. If you find a vulnerability in one of
43
+
these dependencies, please follow the steps above to report it.
0 commit comments