Skip to content

Commit

Permalink
Add git status
Browse files Browse the repository at this point in the history
  • Loading branch information
clsty committed Feb 24, 2024
1 parent 1f4c81f commit 77f1517
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions src/content/docs/en/dev/doc-site-contrib.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ You're welcomed to submit any kind of beneficial Pull Request, though it's our f

If you're unsure about a possible PR, you may create a Discussion before you work on it.

**Here are some common types of contribution:**

## Translation
This site has i18n support, and we need your help to finish l10n (i.e. translation).

:::note
Please don't waste your time on translating Dev Notes. See [#1](https://github.com/end-4/dots-hyprland-wiki/issues/1#issuecomment-1938696111) for reason.
:::

## Content
Typically, if you have successfully contributed a new function/workflow/... to [dots-hyprland](https://github.com/end-4/dots-hyprland),
and if it needs documentation, then you're very welcomed to submit a PR here to document it.
Expand All @@ -28,14 +37,6 @@ Always prioritize updating the English documents,
so that other languages can be uniformly updated through English translation.
:::

## Translation

This site has i18n support, and we need your help to finish l10n (i.e. translation).

:::note
Please don't waste your time on translating Dev Notes. See [#1](https://github.com/end-4/dots-hyprland-wiki/issues/1#issuecomment-1938696111) for reason.
:::

# How to contribute
The following steps details on how to contribute using Git and GitHub.

Expand Down Expand Up @@ -162,7 +163,8 @@ You may still translate to override it if you think it's necessary.
## Upload changes
When you've finished making changes to the repo:
- `git add .` to track untracked changes under current directory.
- `git commit -m 'Commit message'` to commit the tracked changes.
- `git status` to re-check what you have changed.
- `git commit -m '<Commit message>'` to commit the tracked changes with your customed `<Commit message>`.
- `git push` to push new commits to the repo on GitHub.
## Create a Pull Request
Expand Down

0 comments on commit 77f1517

Please sign in to comment.