From 98dab05e80a90ddf64c9d31420a3b49ec49e31d1 Mon Sep 17 00:00:00 2001 From: Ellie Hermaszewska Date: Tue, 12 Nov 2024 02:19:43 +0800 Subject: mention code formatting in contribution guidelines (#5514) Co-authored-by: Yong He --- CONTRIBUTION.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'CONTRIBUTION.md') diff --git a/CONTRIBUTION.md b/CONTRIBUTION.md index b0fc723ee..c4dc9a94f 100644 --- a/CONTRIBUTION.md +++ b/CONTRIBUTION.md @@ -202,7 +202,10 @@ $ git push origin feature/your-feature-name ``` ### Request Pull -Request a pull from "shader-slang" repository. + +Open a pull request against `shader-slang/slang`. + +Code formatting can be automatically fixed on your branch by commenting `/format`, a bot will proceed to open a PR targeting *your* branch. For the Pull Request, you will need to write a PR message. This message is for a set of commits you are requesting to pull. Try to make it brief because the actual details should be in the commit messages of each commit. -- cgit v1.2.3