Skip to content

Commit 3864dd5

Browse files
Update CONTRIBUTING.md
Signed-off-by: Rajeev Persaud <ra2006shopping@gmail.com>
1 parent 36b0288 commit 3864dd5

1 file changed

Lines changed: 29 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,20 +79,45 @@ Use clear, consistent commit messages:
7979

8080
---
8181

82-
## 8.Ethical Use of AI
82+
## 8. Ethical Use of AI
8383
Please read the [AI_GUIDELINES](https://github.com/rajeevphysics/Obsidian-MathMatter/blob/contrib/AI_GUIDELINES.md) for how to use AI with this project
8484
In short:
8585
- AI **can be used** to help draft explainations, write LaTeX blocks, code or double check math equations
8686
- Using AI in this way should be **DOUBLE CHECKED** for accuracy
8787
- AI **should not be used** to write full explanations, bypass closed sources such as textbook, articles or blogs
8888

89-
## 8. Code of Conduct
89+
## 9. Ethical Attrubtions
90+
To keep this project accurate and legally safe:
91+
92+
1. **Definitions and Examples**
93+
- If you take a **definition** directly from a textbook, paper, or online source, you must reference it.
94+
- If you use an **example** or problem statement from another source, you must also reference it.
95+
96+
2. **How to Reference**
97+
- Use a Markdown footnote or inline link at the end of the sentence.
98+
- Example with footnote:
99+
> A vector space is a set of elements with two operations, addition and scalar multiplication, satisfying certain axioms.[^1]
100+
> [^1]: Axler, *Linear Algebra Done Right*, 3rd ed., Springer, 2015.
101+
- To create footnotes refer to [Obsidian Help Page](https://help.obsidian.md/syntax#Footnotes)
102+
103+
3. **Licensing Rules**
104+
- Only use sources that **allow reuse** under their license:
105+
- Open Educational Resources (OER) with a Creative Commons license
106+
- Public domain works
107+
- Materials you created yourself
108+
- Do **not** copy from textbooks or websites that prohibit reuse (most commercial textbooks). Instead, **paraphrase in your own words** and then reference.
109+
110+
4. **When in Doubt**
111+
- If you’re unsure whether you can reuse a definition or example, **paraphrase** it in your own words and link to the source instead of copying.
112+
- Always err on the side of giving credit.
113+
114+
## 10. Code of Conduct
90115

91116
Please read the [Code of Conduct](CODE_OF_CONDUCT.md).
92117
In short:
93118
- Be respectful in discussions and contributions.
94-
- If you use these notes in your own projects, please **credit this repo** and include my [Buy Me a Coffee link](https://buymeacoffee.com/rajeevproject).
95-
- Don’t copy without attribution.
119+
- If you use these notes in your own projects, please **credit this project** and include my [Buy Me a Coffee link](https://buymeacoffee.com/rajeevproject) and link to the [main website](mathandmatter.com)
120+
- Don’t copy without attribution.
96121

97122
---
98123

0 commit comments

Comments
 (0)