mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-21 21:13:22 +00:00
Compare commits
3 Commits
bbfe28dbae
...
9e253c739e
Author | SHA1 | Date | |
---|---|---|---|
|
9e253c739e | ||
|
3fd5fc8ac2 | ||
|
2ecb4c66de |
5
.github/pull_request_template.md
vendored
Normal file
5
.github/pull_request_template.md
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
- [ ] I have reviewed CONTRIBUTING.md.
|
||||||
|
- [ ] My commits and title use the [Conventional Commit](https://www.conventionalcommits.org/en/v1.0.0/) format.
|
||||||
|
- [ ] I have documented any breaking changes according to [SemVer](https://semver.org/).
|
||||||
|
---
|
10
CONTRIBUTING.md
Normal file
10
CONTRIBUTING.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# Contributing
|
||||||
|
|
||||||
|
## Pull Request Process
|
||||||
|
|
||||||
|
1. Ensure that any new install or build dependencies are documented in the README.md and PR request.
|
||||||
|
2. Update the README.md with details of changes to the shell, this includes useful file locations
|
||||||
|
and breaking changes.
|
||||||
|
3. The versioning scheme we use is [SemVer](http://semver.org/) and the commit scheme we use is
|
||||||
|
[Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/). Please document any
|
||||||
|
backwards incompatible changes and be sure to name your commits correctly.
|
@ -37,10 +37,14 @@ sudo make install
|
|||||||
sudo make all
|
sudo make all
|
||||||
```
|
```
|
||||||
|
|
||||||
Alternativly, if you use Arch Linux, you can install Hilbish with an **(unofficial)** AUR package
|
Alternativly, if you use Arch Linux, you can compile Hilbish with an **(unofficial)** AUR package
|
||||||
```sh
|
```sh
|
||||||
yay -S hilbish-git
|
yay -S hilbish-git
|
||||||
```
|
```
|
||||||
|
Or install a prebuilt binary from an **(unofficial)** AUR package
|
||||||
|
```sh
|
||||||
|
yay -S hilbish
|
||||||
|
```
|
||||||
|
|
||||||
### Uninstall
|
### Uninstall
|
||||||
```sh
|
```sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user