Skip to content

Instantly share code, notes, and snippets.

@wouterkroes
wouterkroes / userscripts-ado-set-auto-complete-pull-request.js
Last active June 26, 2023 07:34
tampermonkey | ADO Set Auto Complete for Pull Request
// ==UserScript==
// @name ADO Set Auto Complete for Pull Request
// @namespace http://tampermonkey.net/
// @author wouterkroes
// @updateURL https://gist.github.com/wouterkroes/09776a8dbecf4878f1c6635efd9ec8b8/raw/userscripts-ado-set-auto-complete-pull-request.js
// @downloadURL https://gist.github.com/wouterkroes/09776a8dbecf4878f1c6635efd9ec8b8/raw/userscripts-ado-set-auto-complete-pull-request.js
// @version 0.0.6
// @description Set auto-complete to true for pull request in Azure DevOps (ADO).
// @match https://dev.azure.com/*pullrequestcreate*
// @match https://dev.azure.com/*pullrequest*

Frontend guidelines

As frontend developers we are constantly adopting and discovering new ways of developing software. By doing this we are raising the bar of professional software development, creating a community and helping others along the way.

Consider these guidelines as a baseline, the starting point of your software.

General