[PR #1174] [MERGED] add(docs): new contribution category #20569

Closed
opened 2026-04-15 19:47:05 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/1174
Author: @ping-maxwell
Created: 1/10/2025
Status: Merged
Merged: 1/21/2025
Merged by: @Bekacru

Base: mainHead: docs/contribute


📝 Commits (10+)

  • ecc36fa add(docs): new contribution category to sidebar
  • 7902329 add(docs): contributing/getting-started
  • ed0c10b add(docs/contribute): "documenting" to sidebar
  • b59c25f add(docs): contribute/areas-to-contribute
  • 6c6af51 add(docs): contribute/security-issues
  • 13d3213 add(docs): contribute/testing
  • cf0bba8 add(docs): contribute/documenting
  • 104197c WIP(contribute-docs): Temp hide the database-adapters contribution docs
  • bdb0a86 refactor: CONTRIBUTING.md to refer to the docs
  • 27cc8db refactor(docs): contribute/testing

📊 Changes

12 files changed (+909 additions, -36 deletions)

View changed files

📝 CONTRIBUTING.md (+9 -32)
📝 docs/components/sidebar-content.tsx (+42 -0)
📝 docs/content/docs/concepts/plugins.mdx (+1 -1)
docs/content/docs/contribute/areas-to-contribute.mdx (+89 -0)
docs/content/docs/contribute/database-adapters.mdx (+6 -0)
docs/content/docs/contribute/documenting.mdx (+326 -0)
docs/content/docs/contribute/getting-started.mdx (+131 -0)
docs/content/docs/contribute/security-issues.mdx (+113 -0)
docs/content/docs/contribute/testing.mdx (+189 -0)
📝 docs/content/docs/guides/your-first-plugin.mdx (+1 -1)
📝 docs/content/docs/plugins/2fa.mdx (+1 -1)
📝 docs/content/docs/reference/faq.mdx (+1 -1)

📄 Description

image

🔄 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/better-auth/better-auth/pull/1174 **Author:** [@ping-maxwell](https://github.com/ping-maxwell) **Created:** 1/10/2025 **Status:** ✅ Merged **Merged:** 1/21/2025 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `main` ← **Head:** `docs/contribute` --- ### 📝 Commits (10+) - [`ecc36fa`](https://github.com/better-auth/better-auth/commit/ecc36fa082acee84d60d1c0164cf3f73723b3213) add(docs): new contribution category to sidebar - [`7902329`](https://github.com/better-auth/better-auth/commit/7902329fe1273dfaafdc40d36d7e8e88dd4b934a) add(docs): contributing/getting-started - [`ed0c10b`](https://github.com/better-auth/better-auth/commit/ed0c10b86d7206abae9073d837c83cc2a0b11722) add(docs/contribute): "documenting" to sidebar - [`b59c25f`](https://github.com/better-auth/better-auth/commit/b59c25f0b1112ec771f336578f2ba4d3d9bae259) add(docs): contribute/areas-to-contribute - [`6c6af51`](https://github.com/better-auth/better-auth/commit/6c6af514b4d5e88ab2828ebe4b9a93183117c2c2) add(docs): contribute/security-issues - [`13d3213`](https://github.com/better-auth/better-auth/commit/13d3213b01cd1ba3eab29c267a4846d2f01845a9) add(docs): contribute/testing - [`cf0bba8`](https://github.com/better-auth/better-auth/commit/cf0bba8928c8a52f08495c75345a5a10d6b6d7f4) add(docs): contribute/documenting - [`104197c`](https://github.com/better-auth/better-auth/commit/104197c212561fef734e63f0a4ec24f3197d6c04) WIP(contribute-docs): Temp hide the database-adapters contribution docs - [`bdb0a86`](https://github.com/better-auth/better-auth/commit/bdb0a863bd16a523af0e68c15ca075dac88eb083) refactor: CONTRIBUTING.md to refer to the docs - [`27cc8db`](https://github.com/better-auth/better-auth/commit/27cc8dba317010f9967414c938870ed23c6465b9) refactor(docs): contribute/testing ### 📊 Changes **12 files changed** (+909 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `CONTRIBUTING.md` (+9 -32) 📝 `docs/components/sidebar-content.tsx` (+42 -0) 📝 `docs/content/docs/concepts/plugins.mdx` (+1 -1) ➕ `docs/content/docs/contribute/areas-to-contribute.mdx` (+89 -0) ➕ `docs/content/docs/contribute/database-adapters.mdx` (+6 -0) ➕ `docs/content/docs/contribute/documenting.mdx` (+326 -0) ➕ `docs/content/docs/contribute/getting-started.mdx` (+131 -0) ➕ `docs/content/docs/contribute/security-issues.mdx` (+113 -0) ➕ `docs/content/docs/contribute/testing.mdx` (+189 -0) 📝 `docs/content/docs/guides/your-first-plugin.mdx` (+1 -1) 📝 `docs/content/docs/plugins/2fa.mdx` (+1 -1) 📝 `docs/content/docs/reference/faq.mdx` (+1 -1) </details> ### 📄 Description <img width="292" alt="image" src="https://github.com/user-attachments/assets/900cd457-4976-49cc-be62-f5384ad31130" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-15 19:47:06 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#20569