Other languages: 简体中文
We, One Among Us Transgender Support, or “One Among Us” for short, are a not-for-profit organization aiming at improving the awareness of transgender rights and providing community services. Now we operate One-Among.Us, a memorial website for transgender individuals and allies who have passed away.
One-Among.Us is a fully open source website. The source code and articles are stored mainly in the three GitHub repositories: data
, web
, and backend
. If you want to contribute only to the content of the website, you can simply focus on the data
repo.
If you want to leave a comment, simply use the forms in the website. If you want to contribute to the articles, you can follow the guidelines below:
- Our Guide to Editing.
- Preventing suicide: a resource for media professionals by World Health Organization (Chinese version also available), if applicable.
Effective Feb 20, 2023, we adopt the commit message convention as follows for all One Among Us repositories:
[*] Do something
The message should be written in English. Starting with a mark symbol in square brackets and separated by a space character, the headline should be a imperative sentence describing what you do and end without punctuation marks. Detailed descriptions are not mandatory but recommended if you find it complicated. We follow the 72-column line-wrapping rule.
Marks
[+] Add
[-] Remove
[U] Update
[O] Optimize
[F] Fix
[S] Modify style
[M] Move (also [M] Modify by convention but [U] Modify is recommended)
[R] Refactor
[T] Test
[D] Tweak documentation
[B] Backup
[PR] Merge commit of pull request
Examples
[+] Add entry for sauricat
[U] Update photos for sauricat
[F] Fix punctuation
Under Construction...