Skip to content

LISK development repository: Contribute to the Linux system initialization toolkit and test upcoming features. For developers and contributors only.

License

Notifications You must be signed in to change notification settings

MeowLove/Linux-Init-Setup-Kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux-Init-Setup-Kit (LISK Development Repository)

Build Status License: GPL v3

简体中文 | English

This is the development and testing repository for LISK (Linux Init Setup Kit). It contains experimental features and code that may not be stable.

For general users, it is recommended to use the stable version of LISK from the main repository: https://github.com/MeowLove/LISK

This repository is primarily for developers and contributors who want to:

  • Contribute code to LISK.
  • Test upcoming features.
  • Experiment with new ideas.

Please note that the code in this repository may be unstable and is not guaranteed to work correctly. Use it at your own risk.

Contributing

We welcome contributions! Please follow these guidelines:

  1. Fork this repository.
  2. Create a new branch for your feature or bug fix: git checkout -b feature/your-feature-name or git checkout -b bugfix/your-bug-fix-name
  3. Make your changes and commit them with clear, descriptive commit messages.
  4. Push your branch to your forked repository.
  5. Submit a pull request to the main branch of this repository (Linux-Init-Setup-Kit).

Please ensure your code adheres to the project's coding style (Bash style guide, when available). Include tests for any new functionality. A more detailed contributing guide will be provided soon.

Getting Started (for Developers)

  1. Clone this repository: git clone https://github.com/MeowLove/Linux-Init-Setup-Kit.git
  2. Create a feature/bugfix branch.
  3. Run ./LISK.sh as root to test the current development version. Be very careful when running development code. Use a virtual machine or a non-critical system.

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.