Skip to content

Commit

Permalink
Improve welcome page, adjust contribution.md, add licence (#331)
Browse files Browse the repository at this point in the history
* Improve welcome page, add new image, adjust contribution.md, add licence
  • Loading branch information
igorpecovnik authored Dec 30, 2024
1 parent de9ab05 commit ed7eb92
Show file tree
Hide file tree
Showing 4 changed files with 732 additions and 34 deletions.
Binary file added .github/images/common.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 11 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing to Armbian Linux build framework
# Contributing to Armbian Config

We would love to have you join the Armbian community! Below summarizes the processes that we follow.
We would love to have you join the Armbian developers community! Below summarizes the processes that we follow.

## Reporting issues

Expand Down Expand Up @@ -66,7 +66,7 @@ This section describes how to start contributing to Armbian.
gh auth login --with-token <<< 'your_token'
```

### Fork and clone Armbian
### Fork and clone Armbian Config

* Fork armbian/configng, clone and add remote

Expand All @@ -77,10 +77,17 @@ This section describes how to start contributing to Armbian.
* Create branch

```bash
cd build
cd configng
git checkout -b your_branch_name # change branch name for your patch
```

### Testing features

```bash
tools/config-assemble.sh -p # Use -t for testing
bin/armbian-config
```

## Submitting pull requests

No Pull Request (PR) is too small! Typos, additional comments in the code, new test cases, bug fixes, new features, more documentation, ... everything is welcome!
Expand Down
Loading

0 comments on commit ed7eb92

Please sign in to comment.