0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2025-02-01 03:35:03 -05:00
Commit graph

28 commits

Author SHA1 Message Date
clab99
3edf1e2567 Fix minor typo in Emacs dev env docs 2025-01-23 21:15:36 -05:00
Michael Jerger
4c0fdc36ac fix-federation-dead-links (#1055)
Following thoughts lead to this pull-request:
1. now there is a place to collect information around federation.
2. mermaid handling inside of forgejo is more natural.
3. federation is not mirrored to code.forgejo, so I link to codeberg.

Close #1009.

Reviewed-on: https://codeberg.org/forgejo/docs/pulls/1055
Reviewed-by: Robert Wolff <mahlzahn@posteo.de>
Co-authored-by: Michael Jerger <michael.jerger@meissa-gmbh.de>
Co-committed-by: Michael Jerger <michael.jerger@meissa-gmbh.de>
2025-01-23 16:48:08 +00:00
Earl Warren
eed9fec135 chore(cleanup): forgejo.octopuce moved to invisible 2025-01-22 15:40:35 +00:00
Earl Warren
54c1bbd3e5 contributor: RELEASE: instructions can be copy/pasted
They can be followed in sequential order which is more convenient and
requires less brain cells.

- isolate everything in containers to avoid undesirable interferences
  with the local GPG agent
- --export-secret-keys must be --export-secret-subkeys otherwise
  it also exports the master key
2025-01-22 15:39:12 +00:00
Robert Wolff
0a2e0420da contributor: link to pulls instead of issues for label test/manual 2025-01-13 11:15:53 +01:00
0ko
3205bd4708 fix contributor links 2025-01-11 06:50:35 +00:00
Christoph Heiss
46420f31e0 tree-wide: fix typos
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2025-01-05 10:04:31 +00:00
Gusted
2da0c137a6
fix typo in architecture.md 2025-01-03 06:04:35 +01:00
0ko
075ab4e7e9 fix(contrib/adr): archived link 2024-12-29 23:11:44 +05:00
Earl Warren
c415a0eba0
contributor: releases: reference to the release-manager
Remove the recommendations to use issues to manage releases, with the
details about how to push tags manually. This is driven by tasks in
the release manager.
2024-12-08 12:31:49 +01:00
Earl Warren
291747bcfb
admin: release schedule in JSON and markdown 2024-11-17 22:20:18 +01:00
xtex
57ffce4e51 contributor: add description for qqx dummy language 2024-11-04 02:10:45 +00:00
0ko
58d903f1fa contributor: improve i18n merge instructions (#902)
* added new step to check the activity in history
* renamed `Weblate repository admin page` to `repository management`
* placed it where it belongs: right before the mentions of buttons from that page
* clarified actions for the case of title having [skip ci]
* updated pull request prefix: `[I18N]` -> **i18n:**

Reviewed-on: https://codeberg.org/forgejo/docs/pulls/902
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
2024-10-24 05:00:57 +00:00
marcus doescher
eb58d4d121 change required go version to 1.23 (#897)
Hi, I just encountered this small issue when trying to build forgejo.
I could update this in other places as well if needed, but for now I assumed the `next` branch would be a good start.

Reviewed-on: https://codeberg.org/forgejo/docs/pulls/897
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: marcus doescher <deh.marcus@posteo.net>
Co-committed-by: marcus doescher <deh.marcus@posteo.net>
2024-10-17 17:39:02 +00:00
Earl Warren
6eb5c6fbf3
contributor: release schedule for v9.0 and v10.0
v9.0 is compatible with Gitea v1.22 because Gitea v1.23 branch is not
cut yet and it won't be released in the next few days.
2024-10-16 05:28:29 +02:00
0ko
47fa1d791f contributor: localizatoin: fix merge instruction 2024-10-05 14:45:11 +05:00
Radosław Piliszek
bf81d30d6e Document gotestsum use
Depends-On: https://codeberg.org/forgejo/forgejo/pulls/5249
2024-10-04 14:08:57 +00:00
0ko
35799093e4 contributor: remove mentions of decommissioned mirrors 2024-10-01 20:03:36 +05:00
0ko
bbea55ea29 contributor: localization admin: further clarify squsah-merges 2024-09-28 15:00:56 +05:00
0ko
fe7d2b2459 contributor: localization admin: clarify squash-merge, use bold text for button names (#873) 2024-09-27 12:38:42 +00:00
Earl Warren
f58b896f32 contributor: infrastructure: move to a dedicated repository
The https://code.forgejo.org/infrastructure organization was created
recently to host infrastructure resources. The documentation should go there
instead of the Forgejo documentation.
2024-09-17 06:02:23 +00:00
Daniel Mowitz
4bf0ad1856 Removed a line of configuration that turned out to be redundant. 2024-09-14 19:09:22 +00:00
Daniel Mowitz
e11f4a3f88 Added a link to a blog post about the emacs go mode. 2024-09-14 19:09:22 +00:00
Daniel Mowitz
9c6b25dbf3 Added documentation for Emacs as a development environment. 2024-09-14 19:09:22 +00:00
Earl Warren
8fdbb80b11 contributor: infrastructure: forward ssh with nginx instead of nft
It simplifies the setup instructions and the skill requirements for
devops to use nginx to forward all ports instead of a mix of nftables
& nginx.

Also supports IPv6 and not just IPv4.
2024-09-11 12:08:19 +00:00
0ko
6f34126bee contributor: base localization: document form labels style 2024-09-10 21:59:49 +05:00
Otto Richter
f25e842fec Rework contributor test instructions with new developers in mind 2024-09-09 12:02:10 +00:00
Otto Richter
64fe34712f Update contributing sections (#821)
Rename Developer to Contributor guide
- I believe this sounds more inclusive and likely improves the diversity of contributors.
Separate translation section
clarify external resources
Add links to UI/UX and user research repos
Separate issue tracker and discussions
- I imagine this is part of the confusion for people who report bugs to the discussion tracker.
Add welcome section

Reviewed-on: https://codeberg.org/forgejo/docs/pulls/821
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Otto Richter <git@otto.splvs.net>
Co-committed-by: Otto Richter <git@otto.splvs.net>
2024-08-25 16:15:48 +00:00