Skip to content

Commit 6c95a17

Browse files
committed
Add firsts contribution instructions
1 parent 7f45f29 commit 6c95a17

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ See online : <https://open-models.github.io/open-calendar/>
77
**The recommended use is to import the calendar into your personal calendar (Thunderbird, Google Calendar...) through the
88
`calendar.ics` file : <https://raw.githubusercontent.com/Open-Models/open-calendar/refs/heads/main/calendar.ics>**
99

10+
## Contribute
11+
12+
The most basic way to share your event on the calendar is through repository's
13+
[issues](https://github.com/Open-Models/open-calendar/issues).
14+
The event can then be integrated manually by a maintainer.
15+
16+
If you have some programming skills, you can try your hand at improving this piece of code. Experimental project.
17+
1018
## Installation
1119

1220
First, download the repository locally.

website/calendar.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ <h6><strong>Title:</strong> <span id="modalTitle"></span></h6>
4242
<img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png"
4343
alt="GitHub Logo" class="github-logo" style="width: 20px; height: 20px; vertical-align: middle;">
4444
View this project on GitHub
45-
</a>
45+
</a>
46+
|
47+
Submit an event through <a href="https://github.com/Open-Models/open-calendar/issues">issues</a>.
4648
</footer>
4749

4850
<!-- FullCalendar JS -->

0 commit comments

Comments
 (0)