website/devdocs: draft for hackathon page (#5973)
* draft for hackathon page * add hackathon issue template Signed-off-by: Jens Langhammer <jens@goauthentik.io> * switch to rocket for joining Signed-off-by: Jens Langhammer <jens@goauthentik.io> * slight cleanup Signed-off-by: Jens Langhammer <jens@goauthentik.io> * update dates Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add notice to show people can work on existing things Signed-off-by: Jens Langhammer <jens@goauthentik.io> * added info from meeting * added info about Issue template * added Discord link --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: Tana Berry <tana@goauthentik.io> Co-authored-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
22b6a1fd7b
commit
2fb8d4b410
|
@ -0,0 +1,17 @@
|
||||||
|
---
|
||||||
|
name: Hackathon Idea
|
||||||
|
about: Propose an idea for the hackathon
|
||||||
|
title: ""
|
||||||
|
labels: hackathon
|
||||||
|
assignees: ""
|
||||||
|
---
|
||||||
|
|
||||||
|
**Describe the idea**
|
||||||
|
|
||||||
|
A clear concise description of the idea you want to implement
|
||||||
|
|
||||||
|
You're also free to work on existing GitHub issues, whether they be feature requests or bugs, just link the existing GitHub issue here.
|
||||||
|
|
||||||
|
<!-- Don't modify below here -->
|
||||||
|
|
||||||
|
If you want to help working on this idea or want to contribute in any other way, react to this issue with a :rocket:
|
Binary file not shown.
After Width: | Height: | Size: 3.1 MiB |
|
@ -0,0 +1,49 @@
|
||||||
|
---
|
||||||
|
title: Hackathon 2023
|
||||||
|
---
|
||||||
|
|
||||||
|
![hackathon-image](./horizontal-brandon-frie-rdHeGGn7rwQ-unsplash.jpg)
|
||||||
|
|
||||||
|
## Join us for our first authentik hackathon!
|
||||||
|
|
||||||
|
Everyone welcome; we will work on code, docs, and anything else that looks interesting and challenging.
|
||||||
|
|
||||||
|
Moderators will be available for most US and European hours, so if during the multi-day event, participants have questions or a PR needs a technical review, we are here for you.
|
||||||
|
|
||||||
|
> More details will be added soon about the exact daily timeframes, for both European-based and US-based participants.
|
||||||
|
|
||||||
|
Swag? Why, Yes! From cool authentik-branded socks to food certificates, and indoubtibly GitHub fame, we've got you covered.
|
||||||
|
|
||||||
|
## Date
|
||||||
|
|
||||||
|
July 26-30, 2023
|
||||||
|
|
||||||
|
## Where
|
||||||
|
|
||||||
|
Online, in our [GitHub repo](https://github.com/goauthentik/authentik), using [Discord](https://discord.com/channels/809154715984199690/1110948434552299673) for conversations, questions, and video calls.
|
||||||
|
|
||||||
|
## Registration form
|
||||||
|
|
||||||
|
Use the [Hackathon 2023 Registration Form](https://docs.google.com/forms/d/e/1FAIpQLSc10MiK4li-SIY8SidhwFEwFbDcna-fio1xFY2nmimqXPPvLA/viewform) to let us know that you'll join us!
|
||||||
|
|
||||||
|
> If you know what you and/or your team want to work on, you can open an [Issue](https://github.com/goauthentik/authentik/issues) using our template for all hackathon Issues at any time (why not now?) and add the `hackathon` label. Then, when you register, enter the Issue number that you opened on your registration form. This way, on Kickoff Day we can easily match particpants with their Issue of interest.
|
||||||
|
|
||||||
|
## Agenda
|
||||||
|
|
||||||
|
- **Wednesday, July 26th**: Kickoff, voting for topics to work on, teams formed, participants select the Issue/team they are going to work on, and get their environment set up. After the online kickoff, you can start your work at any time.
|
||||||
|
|
||||||
|
- **Thursday July 27th**: HackDay #1: participants working on their PRs
|
||||||
|
|
||||||
|
- **Friday, July 28th**: HackDay #2: participants working on their PRs
|
||||||
|
|
||||||
|
- **Saturday, July 29th**: an online “meeting” to do wrap-up, participants sign-up for demo slots (Saturday and Sunday slots available), then afternoon demos
|
||||||
|
|
||||||
|
- **Sunday, July 30th**: demos, votes, awards, and wrap up
|
||||||
|
|
||||||
|
## Questions?
|
||||||
|
|
||||||
|
Chat with us on [Discord](https://discord.com/channels/809154715984199690/1110948434552299673) and email us at hackathon@goauthentik.io!
|
||||||
|
|
||||||
|
## Spread the word!
|
||||||
|
|
||||||
|
We would be grateful if you help us get the word out. Share this page and information wherever you hang out. Bring 'em all!
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: Developer documentation
|
title: Contributing to authentik
|
||||||
slug: /
|
slug: /
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -62,5 +62,10 @@ module.exports = {
|
||||||
type: "doc",
|
type: "doc",
|
||||||
id: "releases/index",
|
id: "releases/index",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
type: "category",
|
||||||
|
label: "Community Events",
|
||||||
|
items: ["hackathon/index"],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
Reference in New Issue