From 8888c9f4eee339fc79e141656969dce1aaaac951 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=91=9E=E6=96=8C?= Date: Wed, 3 Jul 2024 13:37:28 +0800 Subject: [PATCH] chore: use unseq list (#5652) --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 791765710..aea38fe25 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,8 +2,8 @@ As a contributor, you should agree that: -a. The producer can adjust the open-source agreement to be more strict or relaxed as deemed necessary. -b. Your contributed code may be used for commercial purposes, including but not limited to its cloud business operations. +- The producer can adjust the open-source agreement to be more strict or relaxed as deemed necessary. +- Your contributed code may be used for commercial purposes, including but not limited to its cloud business operations. ## Create pull request PR are always welcome, even if they only contain small fixes like typos or a few lines of code. If there will be a significant effort, please document it as an issue and get a discussion going before starting to work on it.