You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by yj...@apache.org on 2021/01/29 11:17:37 UTC

[superset] 01/01: chore: update capitalization guideline

This is an automated email from the ASF dual-hosted git repository.

yjc pushed a commit to branch ktmud-patch-1
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 9a22ce12ed196a70ebc883009c4757f02de7d85e
Author: Jesse Yang <je...@airbnb.com>
AuthorDate: Fri Jan 29 03:17:06 2021 -0800

    chore: update capitalization guideline
    
    Update capitalization guideline to exempt user inputs from cap transformation.
    
    Based on the discussion here: https://github.com/apache/superset/issues/12343#issuecomment-756482628
    
    cc @mihir174
---
 CONTRIBUTING.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f4ff07d..b30840a 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -293,7 +293,9 @@ Often a product page will have the same title as the objects it contains. In thi
 - Create custom queries in SQL Lab then create dashboards
 
 #### **Exceptions to sentence case:
-- Input labels, buttons and tabs are all caps
+
+- Input labels, buttons and UI tabs are all caps
+- User input values (e.g. column names, SQL Lab tab names) should be in their original case
 
 ## Managing Issues and PRs