Core components that are used in my extensions for Azure DevOps
Explore the docs »
View Package
·
Changelog
·
Report Bug
·
Request Feature
Core components that are used in my extensions for Azure DevOps.
Components are currently used by:
To get a local copy up and running follow these simple example steps.
npm install @joachimdalen/azdevops-ext-core- Clone the repo
git clone https://github.com/joachimdalen/azdevops-ext-core.git
- Install dependencies
> npm install - Build package
> npm run build
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
developbranch
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/some-feature) - Commit your Changes (
git commit -m 'Add some feature') - Push to the Branch (
git push origin feature/some-feature) - 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/questionlabel - New Issue
Distributed under the MIT License. See LICENSE for more information.