A productivity extension for managing tasks, epics, backlogs, and sprints directly within Visual Studio Code. SprintDesk helps you organize your development workflow using Markdown files and a simple, intuitive sidebar interface.
🚀 Features
Task Management: Create, view, and organize tasks as Markdown files in your workspace.
Epics & Backlogs: Group tasks under epics and backlogs for better planning and tracking.
Quick Add Command: Use the "Add Quickly" command to create tasks, epics, and backlog entries with a single input.
Sprint Planning: Move tasks from backlogs to sprints for active development.
VSCode Integration: Access all features from the sidebar and command palette.
Markdown Linking: Tasks, epics, and backlogs are interlinked using Markdown for easy navigation.
🛠️ Setup
Clone the Repository:
git clone https://github.com/khmmamed/vscode-SprintDesk.git
cd vscode-SprintDesk
Install Dependencies:
npm install
Build the Extension:
npm run compile
Open in VSCode:
Open the folder in VSCode: File > Open Folder...
Press F5 to launch the extension in a new Extension Development Host window.
🤝 How to Collaborate
Fork the repository on GitHub and clone your fork locally.
Create a new branch for your feature or bugfix:
git checkout -b feature/my-feature
Make your changes and commit them with clear messages.
Push your branch to your fork:
git push origin feature/my-feature
Open a Pull Request on GitHub describing your changes.
Discuss and review: Participate in code reviews and address feedback.
Guidelines:
Follow the existing code style and structure.
Write clear, concise commit messages.
Add or update documentation as needed.
Test your changes before submitting a PR.
📝 License
This project is licensed under the GNU General Public License v3.0 (GPL-3.0).
Copyright (C) 2024 khmamed
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.