Skip to content

Commit 60c0918

Browse files
authored
Merge pull request #199 from cure-dao/agelesspartners
2 parents 8c2ffbf + 182816d commit 60c0918

12 files changed

+149
-1
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ vendor
99
/build/
1010
/.obsidian/workspace
1111
/report/
12+
13+
autogit.sh

how-to/best-practices.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
**:thumbsup: BEST PRACTICES :thumbsup:**\
2+
⋯⋯⋯⋯⋯⋯⋯⋯⋯⋯⋯
3+
4+
- If you post links: What's your take/summary/learning from this? What's the ToDo here?
5+
- Stay in the relevant channel with your topics.
6+
- Avoid "non informative answers" like agreeing and use thumbs up emojis instead
7+
- Ask the channel creator to update the first pinned message with summarized relevant information about the channel
8+
- Debate less how and do more, often "done" is better than "perfect"
9+
- Tell others what you are working on to avoid duplication and to increase efficiency of project management

how-to/caution.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
**:rotating_light: CAUTION :rotating_light:**\
2+
⋯⋯⋯⋯⋯⋯⋯⋯
3+
4+
As seen in other DAO's:
5+
- Be careful about scams - our team will never ask you for passwords or private keys. DM an admin or a moderator if anything ever seems sketchy!
6+
- We do **NOT have a token yet** and any coin with our name is unaffiliated with our project or community.

how-to/code-of-conduct.md

+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
**:warning: Our Code of Conduct :warning:**\
2+
⋯⋯⋯⋯⋯⋯⋯⋯⋯⋯⋯⋯⋯
3+
4+
**1. Follow Discord's TOS**\
5+
<https://discordapp.com/terms>
6+
<https://discordapp.com/guidelines>
7+
8+
**2. Be respectful with all members**\
9+
Be respectful and civil to others!
10+
No death threats, sexism, hate speech, racism, doxxing, swatting, witch hunting, bullying, racism, misogyny, or discrimination of any kind
11+
12+
**3. No Advertising**\
13+
Includes DM Advertising. We do not allow advertising of any kind.
14+
15+
**4. No NSFW content**\
16+
Anything involving gore or sexual content is not allowed.
17+
NSFW = Not Safe for Work
18+
19+
**5. No spamming in text or VC**\
20+
Do not spam messages, soundboards, voice changers, or earrape in any channel.
21+
Stay in the relevant channel with your topics.
22+
Avoid "non informative answers" like agreeing and use thumbs up emojis instead
23+
24+
**6. Do not discuss about sensitive topics**\
25+
This isn't a debating server, keep sensitive topics out of here so we don't have a ton of nasty arguments.
26+
27+
**7. No malicious content**\
28+
No grabify links, viruses, crash videos, links to viruses, or token grabbers. These will result in an automated ban.
29+
30+
**8. No Self Bots**\
31+
Includes all kinds of selfbots: Nitro snipers, selfbots like nighty, auto changing statuses
32+
33+
**9. Profile Picture / Banner Rules**\
34+
No NSFW allowed
35+
No racism
36+
No brightly flashing pictures to induce an epileptic attack
37+
38+
**10. Emoji Rules**\
39+
No NSFW allowed
40+
No racism
41+
No brightly flashing pictures to induce an epileptic attack
42+
43+
**11. Use English only**\
44+
We cannot easily moderate chats in different languages, sorry. English only.
45+
46+
**12. No medical advise**\
47+
This is not a place to give or receive medical advice. This community is not intended to diagnose, treat, cure or prevent specific diseases and is not a replacement for seeking medical care.
48+
49+
Do not post or share low quality research, surveys, or studies. If you are interested in learning more, always do your own research and /or ask a medical professional.

how-to/onboarding.md renamed to how-to/extra/onboarding.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,4 +163,4 @@ Do not post or share low quality research, surveys, or studies. If you are inte
163163
⋯⋯⋯⋯⋯⋯⋯⋯⋯
164164

165165
**DAOs**
166-
- Developer DAO Wiki: <https://developerdao.notion.site/developerdao/Developer-DAO-Wiki-eff4dcb00bef46fbaa93e9e4cf940e2e>
166+
- Developer DAO Wiki: <https://developerdao.notion.site/developerdao/Developer-DAO-Wiki-eff4dcb00bef46fbaa93e9e4cf940e2e>

how-to/faq.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
**:question: FAQ :question:**\
2+
⋯⋯⋯⋯⋯⋯
3+
4+
**Why don't you have code on github yet?**
5+
6+
We just started in 2022! We started to focus on the DAO infrastructure first, but once we start with the tech, we have a lot to bring already. But as this should be a community directed project we would also like to have other opinions and votes on structure and requirements on the architecture! Feel free to bring your critics and ideas!

how-to/how-to-get-involved.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
**:handshake: HOW TO GET INVOLVED :handshake:**\
2+
⋯⋯⋯⋯⋯⋯⋯⋯⋯⋯⋯⋯⋯⋯⋯
3+
4+
We rely heavily on Github (also for non-coders for project management, don't worry it's not that difficult)
5+
6+
1. Get an account on <https://github.com>
7+
2. Star our Github: <https://github.com/cure-dao/>
8+
3. Get the free ZenHub extension (to view issues from Github in Kanban boards and Gantt charts -> very cool)
9+
<https://chrome.google.com/webstore/detail/zenhub-for-github/ogcgkffhplmphkaahpmffcafajaocjbd>
10+
4. Choose your working group (or more than one, more info here:
11+
<https://github.com/cure-dao/draft-whitepaper/blob/main/constitution/5-organization.md>)
12+
5. Create, comment in Issues and contribute with linked pull requests
13+
(also for finished documents, presentations, design files Github is very cool for version management)
14+
6. Help prioritize tasks (More Info and howto:
15+
<https://github.com/cure-dao/draft-whitepaper/blob/main/how-to/task-management/vote-on-tasks-and-sort-by-priority.md>)
16+
7. Issues and tasks are assigned, discussed, reported, moved in the specific calls (see Events) to maintain overview and communication
17+
8. Your contributions are tracked already within your github activity and discord activity and manually tracking your time for now
18+
(designers don't worry, everything will be weighted accordingly, details coming)
19+
20+
More information to contribution and instructions here: <https://github.com/cure-dao/draft-whitepaper/tree/main/how-to>
+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
**:rocket: OUR MISSION :rocket:**\
2+
⋯⋯⋯⋯⋯⋯⋯⋯⋯⋯⋯⋯
3+
4+
Today, clinical research and personal health management have a data problem, not just a funding problem.
5+
6+
To find new cures faster and minimize the suffering from disease, we aim to develop an open-source infrastructure for health data businesses.
7+
This will enable them to focus on their unique value proposition instead of duplicating universally necessary infrastructure.
8+
Think of it as what WordPress is for web-designers or Firebase for application developers.
9+
10+
Our Vision Memo: https://medium.com/@vincenzo.domina/the-health-data-layer-4009593e15fc
11+
12+
\
13+
**:round_pushpin: STARTING CHECKLIST :round_pushpin:**\
14+
⋯⋯⋯⋯⋯⋯⋯⋯⋯⋯⋯⋯⋯
15+
16+
:white_check_mark: Introduce yourself in the :raised_hand:ㆍintroduce-yourself channel.\
17+
:white_check_mark: Read our Whitepaper: <https://docs.curedao.org/> \
18+
:white_check_mark: Check our Tools and Social media to see our progress.\
19+
:white_check_mark: If you want to help, head to the :point_right:ㆍget-involved channel to join a working group. (see how to below)\
20+
:white_check_mark: Read, understand and follow the rules.\
21+
:white_check_mark: Join our weekly Wednesday onboarding/AMA meeting (see events tab).\
22+
:white_check_mark: Contact @Vincenzo Domina#1343 or @Mike P. Sinn#9542 for community-related questions and access to tools.\

how-to/resources.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
**:pushpin: RESOURCES :pushpin:**\
2+
⋯⋯⋯⋯⋯⋯⋯⋯⋯
3+
4+
**DAOs**
5+
- Developer DAO Wiki: <https://developerdao.notion.site/developerdao/Developer-DAO-Wiki-eff4dcb00bef46fbaa93e9e4cf940e2e>

how-to/social-media.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
**:speech_balloon: SOCIAL MEDIA :eyes:**\
2+
⋯⋯⋯⋯⋯⋯⋯⋯⋯⋯
3+
- Twitter: <https://twitter.com/curadao_org>
4+
- Facebook: <https://www.facebook.com/Cure_DAO-100606099197777>
5+
- Youtube: <https://www.youtube.com/channel/UCVE5_gN5JWpLLPIyV5D1hnA>
6+
- Website: <https://www.curadao.org/>

how-to/tools.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
**:link: TOOLS :link:**\
2+
⋯⋯⋯⋯⋯⋯⋯
3+
- Github: <https://github.com/cure-dao/>
4+
- Notion: <https://www.notion.so/anonymous-dao/Cure-DAO-Haus-242d38077dcc41f6a138ecdf27a4ba58> (Our Notion wiki if you
5+
want to learn more or contribute)
6+
- Miro Board: <https://miro.com/app/board/uXjVOSkmQw8=/>
7+
- Figma: <https://www.figma.com/team_invite/redeem/m9YWqegKCzTq8DB66MRd6B>

how-to/we-need-you-contributions.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
**:point_right: WE NEED YOU :point_left:**\
2+
⋯⋯⋯⋯⋯⋯⋯⋯⋯⋯
3+
4+
Do you believe in the acceleration of finding new cures through the power of data and web3?
5+
6+
This is why we need contributors from many backgrounds:
7+
8+
:point_right: Software developers/engineers\
9+
:point_right: Web3 / DAO / crypto experts\
10+
:point_right: Experience with health data, digital health or decentralized clinical trials\
11+
:point_right: Data scientists\
12+
:point_right: Communicators (article writers, social media artists)\
13+
:point_right: Designers (Product UX UI design, Infographics, CI)\
14+
:point_right: Community managers\
15+
:point_right: Business developers\
16+
:point_right: Meme artists (the real reason why we are doing this)\

0 commit comments

Comments
 (0)