-
-
Notifications
You must be signed in to change notification settings - Fork 387
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create $ruslana.json #2063
Merged
Merged
Create $ruslana.json #2063
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
// vim: ft=jsonc | ||
// Please provide your info in your own .json file. | ||
// See https://jscraftcamp.org/registration for more information | ||
{ | ||
// your real name (required by location host) | ||
"realName": { | ||
"givenName": "Ruslana", | ||
"familyName": "Hural", | ||
// if you prefer to have your family name shown first (optional) | ||
"placeFamilyNameFirst": false, | ||
// if you do not want to show your family name on the participant list (optional) | ||
"hideFamilyNameOnWebsite": false | ||
}, | ||
// please put in the account name of the PR creator, if you sign up somebody else | ||
"githubAccountName": "rh-pr", | ||
// company name (optional) | ||
"company": "", | ||
// either both days or at least one day has to be set to true | ||
"when": { | ||
// June 7th, 2024 | ||
"friday": true, | ||
// June 8th, 2024 | ||
"saturday": true | ||
}, | ||
// if you are willing to take session notes and publish them to github (required) | ||
"iCanTakeNotesDuringSessions": true, | ||
// your current interests (JS and in general) (required) | ||
"tags": ["ReScript", "Svelte", "Zustand", "GraphQL"], | ||
// if you only eat vegan food (optional) | ||
"vegan": false, | ||
// if you only eat vegan or vegetarian food (optional) | ||
"vegetarian": true, | ||
// what you cannot eat or drink (optional); If you don't want to put it in here, message the organizers. | ||
// IMPORTANT: we cannot guarantee that food for every diet will be available, | ||
// if you have gluten free diet, please make backup plans. | ||
"allergies": [], | ||
// tell us a few words how JavaScript affects you (required) | ||
"whatIsMyConnectionToJavascript": "JavaScript leds me to delve deeper into various aspects of software development, thanks to its versatility and the dynamic, interactive capabilities it brings to web applications.", | ||
// what can you contribute to the bar camp (required) | ||
"whatCanIContribute": "I can contribute to the BootCamp by sharing my knowledge and passion for JavaScript and web development", | ||
// if you want a T-Shirt we need your size and variant preference (optional) | ||
// the following sizes are available: S, M, L, XL, 2XL, 3XL (only regular cut) | ||
"tShirtSize": "M", | ||
// your Mastodon URL (optional) | ||
"mastodon": "", | ||
// your LinkedIn profile URL | ||
"linkedin": "https://www.linkedin.com/in/ruslana-hural-95292529b", | ||
// your X (Twitter) handle - must match regex ^[a-zA-Z_]{1}[a-zA-Z0-9_]{0,14}$ (optional) | ||
"X": "", | ||
// your website URL or other social media (optional) | ||
"website": "" | ||
} |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you sure these are the tags you're interested in? 😅 Looks like the ones we put in the template 🙂