Skip to content
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

Doc Changes for better coverage on new materials #142

Merged
merged 6 commits into from
Apr 23, 2024

Conversation

eiffelwong1
Copy link
Contributor

@eiffelwong1 eiffelwong1 commented Apr 14, 2024

Thanks @JacobBaqleh1 @kwesibatchelor for joining the session :D

Summary (1-2 sentences)

new documentation for better onboarding of new contributors.

some of our docs are outdated and not obvious on how to get things set up (it's still not the best but a step on a right direction)

Details (reason and description of the changes)

edited readme.md, new .env.example

Alternative implementations (what alternatives were considered and why were they disregarded?) (optional)

some repository uses CONTRIBUTING.md for the more technical information, but I think putting everything in readme is good since the group intended to get people to code more.

also, what's a good way to encourage design contributions?

Copy link

vercel bot commented Apr 14, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
plan-it-social-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 17, 2024 9:01pm

@@ -0,0 +1,15 @@
# Auth
SESSION_SECRET="ANY_RANDOM_STRING_HERE"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a best practice for how long the SESSION_SECRET should be?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For a secure random string, we could use openssl rand -base64 32

.env.example Outdated Show resolved Hide resolved
andrelandgraf
andrelandgraf previously approved these changes Apr 16, 2024
Co-authored-by: Tony Dang <tony@tonydang.blog>
@@ -0,0 +1,15 @@
# Auth
SESSION_SECRET="ANY_RANDOM_STRING_HERE"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For a secure random string, we could use openssl rand -base64 32

@eiffelwong1 eiffelwong1 merged commit a42e77e into main Apr 23, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants