Add a contribution guide #5

Merged
knilsson merged 3 commits from contribution-guide into main 1 month ago
jandd commented 2 months ago
Owner

This pull request adds a contribution guide that documents how to start
using Git and gives some recommendations for using Markdown/Commonmark.

The PR includes a .gitignore and .gitattributes file to avoid common
mistakes like adding editor configuration files or using inconsistent line
endings.

This pull request adds a contribution guide that documents how to start using Git and gives some recommendations for using Markdown/Commonmark. The PR includes a .gitignore and .gitattributes file to avoid common mistakes like adding editor configuration files or using inconsistent line endings.
jandd added 3 commits 2 months ago
2ffc4a5161 Add .gitignore and .gitattributes
This commit adds basic .gitignore and .gitattributes files to ensure
normalized line endings and avoid adding editor configuration or
temporary files.
b4947436f9 Add a section about MarkDown
This commit adds a short documentation about Markdown/CommonMark and
tool recommendations.
jandd requested review from knilsson 2 months ago
jandd requested review from alkas 2 months ago
knilsson merged commit 55a8ccbaca into main 1 month ago

Reviewers

knilsson was requested for review 2 months ago
alkas was requested for review 2 months ago
The pull request has been merged as 55a8ccbaca.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b contribution-guide main
git pull origin contribution-guide

Step 2:

Merge the changes and update on Gitea.
git checkout main
git merge --no-ff contribution-guide
git push origin main
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cacert/cacert-policies#5
Loading…
There is no content yet.