Skip to content

Commit df8d37d

Browse files
authored
Merge pull request #220 from mikepsinn/organized-how-to
2 parents e3ae9a8 + fe63118 commit df8d37d

17 files changed

+24
-26180
lines changed

.jscpd.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"**/.idea/**",
1212
"**/report/**",
1313
"**/plugins/optomitron-real-time-decision-support-plugin/analysis-data/**",
14-
"**/*.svg"
14+
"**/*.svg",
15+
"**/*.html"
1516
]
1617
}

.mega-linter.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ APPLY_FIXES: all # all, none, or list of linter keys
55
# ENABLE: # If you use ENABLE variable, all other languages/formats/tooling-formats will be disabled by default
66
ENABLE_LINTERS:
77
[
8-
YAML_YAMLLINT,
9-
YAML_PRETTIER,
10-
SQL_SQL_LINT,
8+
#YAML_YAMLLINT,
9+
#YAML_PRETTIER,
10+
#SQL_SQL_LINT,
1111
MARKDOWN_MARKDOWN_LINK_CHECK,
1212
ENV_DOTENV_LINTER,
1313
CREDENTIALS_SECRETLINT,
14+
COPYPASTE_JSCPD,
1415
]
1516
#DISABLE:
1617
# - HTML

how-to/README.md

+13-10
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,21 @@ CureDAO is open to anyone interested in preventing suffering and death from chro
1616

1717
Creating a new software ecosystem for health data not only requires developers but anyone with skills in:
1818

19-
* user interface and user experience design
20-
* project management
21-
* communications and marketing
22-
* web3 technologies
23-
* business development
24-
* life sciences
25-
* medicine
26-
* data science
19+
* User interface and user experience design
20+
* Project management
21+
* Communications and marketing
22+
* Web3 technologies
23+
* Business development
24+
* Life sciences
25+
* Medicine
26+
* Data science
2727

2828
Our main philosophy is: It's not what you CAN do but what do you WANT to do is what counts.
2929

30-
Click 👉👉👉 [here](https://github.com/cure-dao/draft-whitepaper/discussions) to tell us about your interests or project in the [Voters Discussion Channel](https://github.com/cure-dao/draft-whitepaper/discussions/categories/voters) and we'll add you to the [voter list](voting-on-changes.md).
30+
Click 👉👉👉 [here](https://github.com/cure-dao/draft-whitepaper/discussions) to tell us about your interests or
31+
project in the [Voters Discussion Channel](https://github.
32+
com/cure-dao/draft-whitepaper/discussions/categories/voters) and we'll add you to the [voter list]
33+
(contributing-to-docs/voting-on-changes.md).
3134

3235
You can join one of [Laboratories](../constitution/5-organization.md) and help to create a world free of unnecessary suffering.
3336

@@ -37,7 +40,7 @@ You can join one of [Laboratories](../constitution/5-organization.md) and help t
3740

3841
☎️ [Schedule a Call](https://calendly.com/optomitron)
3942

40-
📜 Add to or edit the constitution
43+
📜 [Add to or edit the constitution](contribute-to-docs/README.md)
4144

4245
👍 [Help to prioritize tasks](task-management/vote-on-tasks-and-sort-by-priority.md)
4346

File renamed without changes.
File renamed without changes.
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
**:thumbsup: BEST PRACTICES :thumbsup:**\
1+
**:thumbsup: DISCORD BEST PRACTICES :thumbsup:**\
22
⋯⋯⋯⋯⋯⋯⋯⋯⋯⋯⋯
33

44
- If you post links: What's your take/summary/learning from this? What's the ToDo here?
55
- Stay in the relevant channel with your topics.
66
- Avoid "non informative answers" like agreeing and use thumbs up emojis instead
77
- Ask the channel creator to update the first pinned message with summarized relevant information about the channel
88
- 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
9+
- Tell others what you are working on to avoid duplication and to increase efficiency of project management

how-to/scrum-meetings.md renamed to how-to/communicate/scrum-meetings.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# AGENDA
1+
# SCRUM AGENDA
22

33
The daily scrum meeting is not used as a problem-solving or issue resolution meeting.
44
Issues raised are taken offline and usually dealt with by the relevant subgroup immediately after the meeting.
File renamed without changes.

how-to/extra/onboarding.md

-166
This file was deleted.

how-to/faq.md

-6
This file was deleted.

how-to/resources.md

-5
This file was deleted.

how-to/tools.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
want to learn more or contribute)
66
- Miro Board: <https://miro.com/app/board/uXjVOSkmQw8=/>
77
- Figma: <https://www.figma.com/team_invite/redeem/m9YWqegKCzTq8DB66MRd6B>
8+
- Developer DAO Wiki: <https://developerdao.notion.site/developerdao/Developer-DAO-Wiki-eff4dcb00bef46fbaa93e9e4cf940e2e>

0 commit comments

Comments
 (0)