From 72ea8022bf23b535aa84675b6b6b5f9b4cbf2bc2 Mon Sep 17 00:00:00 2001 From: Vaibhav Shukla Date: Wed, 6 Dec 2023 11:36:39 +0530 Subject: [PATCH] docs: changelog instruction removed from docs (#7395) changelog instruction removed from docs --- dev-docs/docs/introduction/contributing.mdx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/dev-docs/docs/introduction/contributing.mdx b/dev-docs/docs/introduction/contributing.mdx index a33cb7a0..1602fd76 100644 --- a/dev-docs/docs/introduction/contributing.mdx +++ b/dev-docs/docs/introduction/contributing.mdx @@ -52,15 +52,6 @@ Make sure the title starts with a semantic prefix: - **chore**: Other changes that don't modify src or test files - **revert**: Reverts a previous commit -### Changelog - -Add a brief description of your pull request to the changelog located here: [changelog](https://github.com/excalidraw/excalidraw/blob/master/CHANGELOG.md) - -Notes: - -- Make sure to prepend to the section corresponding with the semantic prefix you selected in the title -- Link to your pull request - this will require updating the CHANGELOG _after_ creating the pull request - ### Testing Once you submit your pull request it will automatically be tested. Be sure to check the results of the test and fix any issues that arise.