[PR #2] [MERGED] Add contributing guidelines #33

Closed
opened 2026-03-03 01:21:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/cs01/termpair/pull/2
Author: @florimondmanca
Created: 3/19/2019
Status: Merged
Merged: 3/24/2019
Merged by: @cs01

Base: masterHead: docs/contributing


📝 Commits (8)

  • 60a5a5c add contributing guidelines draft
  • 539466a update contributing guidelines, add link to them in docs site
  • e705a1d reformulate getting started sentence
  • 28013ee add frontend install and watch instructions
  • 7cf5afe remove pushd-popd in frontend targets
  • 67fd3c0 add frontend_build to gitignore
  • 6a46ce0 add contributing guidelines to docs
  • 11868bc add link to docs in README header, fix centering

📊 Changes

18 files changed (+120 additions, -62 deletions)

View changed files

📝 .gitignore (+2 -1)
📝 README.md (+18 -5)
docs/CONTRIBUTING.md (+76 -0)
📝 docs/README.md (+19 -27)
📝 makefile (+4 -1)
📝 mkdocs.yml (+1 -0)
termpair/frontend_build/favicon.ico (+0 -0)
termpair/frontend_build/index.html (+0 -1)
termpair/frontend_build/manifest.json (+0 -15)
termpair/frontend_build/static/css/main.6d80e0d4.chunk.css (+0 -2)
termpair/frontend_build/static/css/main.6d80e0d4.chunk.css.map (+0 -1)
termpair/frontend_build/static/js/2.c31ec014.chunk.js (+0 -2)
termpair/frontend_build/static/js/2.c31ec014.chunk.js.map (+0 -1)
termpair/frontend_build/static/js/main.418b1700.chunk.js (+0 -2)
termpair/frontend_build/static/js/main.418b1700.chunk.js.map (+0 -1)
termpair/frontend_build/static/js/runtime~main.c5541365.js (+0 -2)
termpair/frontend_build/static/js/runtime~main.c5541365.js.map (+0 -1)
termpair/frontend_build/static/media/logo.74cdedb8.png (+0 -0)

📄 Description

Just cloned the repo and set it up so I thought I'd write down the process I took in a CONTRIBUTING.md so that it can be used by other people as well. :-)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/cs01/termpair/pull/2 **Author:** [@florimondmanca](https://github.com/florimondmanca) **Created:** 3/19/2019 **Status:** ✅ Merged **Merged:** 3/24/2019 **Merged by:** [@cs01](https://github.com/cs01) **Base:** `master` ← **Head:** `docs/contributing` --- ### 📝 Commits (8) - [`60a5a5c`](https://github.com/cs01/termpair/commit/60a5a5caa60276989e3320acdc5d9b02f12350e0) add contributing guidelines draft - [`539466a`](https://github.com/cs01/termpair/commit/539466aba8bd40f01d6ec199ecfa8a7b8a65ee19) update contributing guidelines, add link to them in docs site - [`e705a1d`](https://github.com/cs01/termpair/commit/e705a1de1921470328f3427aafe0348737de549c) reformulate getting started sentence - [`28013ee`](https://github.com/cs01/termpair/commit/28013eebb3cc99dfddb8a6ed6368c6c5279c83db) add frontend install and watch instructions - [`7cf5afe`](https://github.com/cs01/termpair/commit/7cf5afe9d6f6c593e8e1afe9d4da58b16fbc640f) remove pushd-popd in frontend targets - [`67fd3c0`](https://github.com/cs01/termpair/commit/67fd3c0c350a3f5272dbc220241d1ed54155e918) add frontend_build to gitignore - [`6a46ce0`](https://github.com/cs01/termpair/commit/6a46ce051ac3077ffa89d73dcb60caf47bfdb5c5) add contributing guidelines to docs - [`11868bc`](https://github.com/cs01/termpair/commit/11868bca4bc9f3b90096f260775c2b4bdf8a5d9e) add link to docs in README header, fix centering ### 📊 Changes **18 files changed** (+120 additions, -62 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -1) 📝 `README.md` (+18 -5) ➕ `docs/CONTRIBUTING.md` (+76 -0) 📝 `docs/README.md` (+19 -27) 📝 `makefile` (+4 -1) 📝 `mkdocs.yml` (+1 -0) ➖ `termpair/frontend_build/favicon.ico` (+0 -0) ➖ `termpair/frontend_build/index.html` (+0 -1) ➖ `termpair/frontend_build/manifest.json` (+0 -15) ➖ `termpair/frontend_build/static/css/main.6d80e0d4.chunk.css` (+0 -2) ➖ `termpair/frontend_build/static/css/main.6d80e0d4.chunk.css.map` (+0 -1) ➖ `termpair/frontend_build/static/js/2.c31ec014.chunk.js` (+0 -2) ➖ `termpair/frontend_build/static/js/2.c31ec014.chunk.js.map` (+0 -1) ➖ `termpair/frontend_build/static/js/main.418b1700.chunk.js` (+0 -2) ➖ `termpair/frontend_build/static/js/main.418b1700.chunk.js.map` (+0 -1) ➖ `termpair/frontend_build/static/js/runtime~main.c5541365.js` (+0 -2) ➖ `termpair/frontend_build/static/js/runtime~main.c5541365.js.map` (+0 -1) ➖ `termpair/frontend_build/static/media/logo.74cdedb8.png` (+0 -0) </details> ### 📄 Description Just cloned the repo and set it up so I thought I'd write down the process I took in a `CONTRIBUTING.md` so that it can be used by other people as well. :-) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:21:19 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/termpair#33
No description provided.