Skip to content

Commit d6084af

Browse files
authored
Merge pull request #6 from gmickel:add-contribution-details
chore: update README with contribution details
2 parents 5b2ea7b + a7fed16 commit d6084af

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,13 @@ Ready to test your OpenEHR prowess? Head over to [OpenEHR Integration Quest](htt
2929
Found a bug? Have an idea for an even quirkier question? Feel free to open an issue or submit a pull request. Let's make learning about OpenEHR a blast together!
3030

3131
Remember, in the world of health informatics, every quest begins with a single click. Happy learning, adventurers! 🌟
32+
33+
### Adding or Modifying Questions 🚀
34+
35+
Contributing new questions or modifying existing ones is easy and doesn't require any coding knowledge! Here's how you can do it:
36+
37+
1. Questions are stored as Markdown files in the `src/questions` directory.
38+
2. To add a new question, create a new `.md` file in this directory.
39+
3. To modify an existing question, find its `.md` file in the `src/questions` directory and edit it.
40+
41+
For examples and advanced features, refer to the existing questions in the `src/questions` directory or check out the `example-question.md` file.

0 commit comments

Comments
 (0)