Skip to content

Commit e5c5ade

Browse files
committed
Readme to md
1 parent f2377e8 commit e5c5ade

File tree

3 files changed

+31
-1
lines changed

3 files changed

+31
-1
lines changed

CONTRIBUTING

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# CONTRIBUTING
2+
3+
Marklet is open-source software, but that does not mean the author(s) must accept contributions from the public internet.
4+
5+
6+
## What is Wanted
7+
8+
Feedback in the form of discussion is appreciated and helps the author(s) understand how people use the software and what can be
9+
improved.
10+
11+
Create or contribute to a discussion here:
12+
13+
https://github.com/kuiperzone/Marklet/discussions
14+
15+
You are free to express your thoughts as you wish. Comments will be seen and understood by a real human being and not treated as
16+
checkbox "aggregate data". The software does not collect or send back data. It is better to listen and to understand.
17+
18+
19+
## Pull Requests
20+
21+
If you spot a bug and wish to submit a pull request that fixes it, despite what is said above, please do so. Such contributions
22+
will be treated as suggestions and may or may not be accepted. PR code may be re-written.
23+
24+
For small changes (e.g. a few lines or minor fixes), by submitting a pull request, you agree to place your contribution in the
25+
public domain. This keeps the project free of predatory copyright claims and entanglements.
26+
27+
It is suggested that you do not submit large unsolicited pull requests involving design changes, significant new features, or
28+
major ideas. Better to discuss those first.
29+
30+
Please do not submit AI-generated code. Despite being an "AI project", AI is something which should be treated with care.
File renamed without changes.

SOURCE/KuiperZone.Marklet/KuiperZone.Marklet.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
<Target Name="CopyNoticesToPublish" AfterTargets="Publish">
3434
<!-- Use relative as $SolutionDir may be unknown during publish -->
35-
<Copy SourceFiles="$(ProjectDir)../../README;$(ProjectDir)../../LICENSE;$(ProjectDir)../../NOTICE" DestinationFolder="$(PublishDir)" />
35+
<Copy SourceFiles="$(ProjectDir)../../README.md;$(ProjectDir)../../LICENSE;$(ProjectDir)../../NOTICE" DestinationFolder="$(PublishDir)" />
3636
</Target>
3737

3838
</Project>

0 commit comments

Comments
 (0)