Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Plugin Submission Documentation (Rewrite of the old) #13

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Sep 6, 2024

  1. Add Plugin Submission Guide to Official Documentation

    - Created a detailed guide for submitting plugins to Vencord.
    - Outlined steps for forking the repository, adding a plugin, and creating a pull request.
    - Included guidelines for adhering to Vencord's code structure and standards.
    - Explained the review process and licensing requirements.
    MiguVT authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    a23cbb5 View commit details
    Browse the repository at this point in the history
  2. Rewrite plugin submission guide for clarity and accuracy

    This commit rewrites the plugin submission guide to remove unnecessary installation instructions, clarify that plugins are first merged into the dev branch, and ensure the correct submission process. Additionally, the guide now correctly links to the Vencord community Discord and removes redundant file listings, focusing on providing clear instructions for submitting pre-made plugins.
    MiguVT authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    1793fa5 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Manually rewrited everything

    I used my break time on my job to rewrite everything, hope it helps :b
    MiguVT authored Sep 7, 2024
    Configuration menu
    Copy the full SHA
    087ec28 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. docs(Plugins): Update submission and update guide

    - Improve clarity and organization of the plugin submission process
    - Add separate instructions for users with existing Vencord installations
    - Clarify common pitfalls and best practices
    - Include guidance on attaching images to GitHub issues
    - Add note about git branching knowledge
    MiguVT authored Sep 8, 2024
    Configuration menu
    Copy the full SHA
    8d11bb0 View commit details
    Browse the repository at this point in the history