Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.51 KB

CONTRIBUTING.english.md

File metadata and controls

32 lines (18 loc) · 1.51 KB

SCNexus Contributing Guide

中文 | English

Thank you for your interest in contributing to this project, and look forward to your positive participation.

Please read this Contributing Guide before you start contributing, and also the Code of Conduct of this project.

Contributing Code

  • For new features and modules, please submit Pull Request to upcoming-feat branch.
  • For those Bug Fixes, Performance Improvements, and other small changes, please directly submit Pull Request to main branch.

🛠 Application Development Technology Stack

  • Electron + electron-builder
  • Vite + Vue.js 3 (Typescript) + Pinia + VueUse
  • NaiveUI + Unocss

Contributing Documentation

This project's documentation repository has been separated into scnexus-docs.

  • For documentation updates and content changes, please submit Pull Request to main branch in the scnexus-docs repository.

Contributing Translations

This project uses vue-i18n (Next) to perform user interface translation. If you would like to participate in the project's internationalization and localization development, please first go through the plugin's features and learn the related documentation.

Related translation files are located in the /src/locales directory, and you can choose the corresponding language folder to translate.

  • For translation submit and changes, please submit Pull Request to locales branch.