1
0
Fork 1
mirror of https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git synced 2025-07-12 19:09:56 +03:00
Commit graph

15 commits

Author SHA1 Message Date
Newbyte
75bc105605
CONTRIBUTING.md, README.md: Use descriptive links
Markdownlint complained about the links not being descriptive enough for
accesibility purposes, so make them actually describe what we're linking
to.

Alternative to https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/merge_requests/2602

Part-of: https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/merge_requests/2605
[ci:skip-build]: already built successfully in CI
2025-05-21 23:13:59 +02:00
Caleb Connolly
ebed7abe4f
add pre-commit hook for ruff (MR 2485)
Add a pre-commit hook that runs ruff.sh and tells you how to auto-fix
issues, add a section to CONTRIBUTING.md to document it.

Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
2025-02-17 00:20:03 +01:00
Caleb Connolly
314cc81016
CONTRIBUTING: document markdown linting (MR 2485)
Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
2025-02-17 00:20:03 +01:00
Caleb Connolly
65419c2bbe
treewide: lint markdown files (MR 2485)
lint all the markdown files so they pass markdownlint.

Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
2025-02-17 00:20:03 +01:00
Luca Weiss
3df0be358f
Replace gitlab.com with gitlab.postmarketos.org (MR 2443)
Try to finish the migration by changing various links and texts to point
to the new GitLab instance.
2024-10-21 18:12:21 +02:00
Caleb Connolly
34dd9d42ba
WIP: start ripping out args (MR 2252)
Cease merging pmbootstrap.cfg into args, implement a Context type to let
us pull globals out of thin air (as an intermediate workaround) and rip
args out of a lot of the codebase.

This is just a first pass, after this we can split all the state that
leaked over into Context into types with narrower scopes (like a
BuildContext(), etc).

Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
2024-06-23 12:38:38 +02:00
Oliver Smith
7dd565f7f3
CONTRIBUTING: modernize (MR 2235)
Rewrite the contributing guide. Most of this was written a long time
ago, when pmaports and pmbootstrap still were in the same repository.
This time, focus on what is important for developing pmbootstrap and
omit some of the obvious information (how to make a merge request etc.).

Add relevent information from:
https://wiki.postmarketos.org/wiki/Pmbootstrap_development_guide

...so we can replace the wiki page with a link to this file. Having the
information in a CONTRIBUTING.md seems more intuitive than having it
somewhere in the wiki.

Mention that new or modified code should use f-strings, and that we
support all active python versions.
2024-01-22 00:33:25 +00:00
Luca Weiss
650ed4925e
Fix spelling mistakes (!1794)
codespell --skip="./.git,./aports*"
2019-06-25 09:20:05 +02:00
Oliver Smith
a3b826b090
CONTRIBUTING.md: we don't always squash anymore (!1746) 2019-02-03 02:16:05 +01:00
Grant Miller
2eaccb8bbb Update CONTRIBUTING.md 2018-08-01 09:30:24 +00:00
Oliver Smith
cfbf06ee71 CONTRIBUTING.md: Mention that we squash PRs (#651) 2017-09-29 21:23:46 +00:00
James Heald
12951dc3cf Updated all outdated wiki links (#504) 2017-09-03 06:46:54 +00:00
Pablo Castellano
ab1bcd2e6f contributing: fixed typos and added some links (#372) 2017-08-14 14:23:35 +00:00
Oliver Smith
600e4ee7d5 Update CONTRIBUTING.md (#368) 2017-08-12 16:23:48 +00:00
Oliver Smith
c7f8e99fb8
Add CONTRIBUTING.md 2017-05-28 03:40:30 +02:00