A collection of tools to help with developing extensions for Azure DevOps.
Explore the docs »
View Package
·
Changelog
·
Report Bug
·
Request Feature
Table of Contents
AzExt provides a set of utilities to help with developing Extensions for Azure DevOps.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
npm install -g @joachimdalen/azext
- Clone the repo
git clone https://github.com/joachimdalen/azext.git
- Install dependencies
> npm install
- Build package
> npm run build
All issues are manged under the AzExt - Workboard project
- Triage: These issues and pull requests still needs to be reviewed
- Planned: These are planned features and bugfixes
- Specification: These needs additional planning before starting the implementation
- In Progress: We are working on these
- Done: There are completed 🚀
See Workboard - Planned (@type/feature) for a full list of proposed features.
Contributions are welcome, both in the form of suggestions and code. Create
If you want to contribute code, I ask that you follow some guidelines.
- New and changed features should to the best ability be covered by tests
- Follow the branching policy:
feature/
for new featuresbugfix/
for bug fixesdocs/
for documentation changes
- If your change is related to an issue, use the id as the first part of the branch e.g
bugfix/12-fix-crash-when-updating-rule
- Pull requests should target the
develop
branch
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
If you have generic questions about the project or usage you can make contact in the following ways:
- Submit an issue with the
@type/question
label - New Issue - Start a new discussion
Distributed under the MIT License. See LICENSE
for more information.