소스 검색

Update contributing.md

David Catuhe 7 년 전
부모
커밋
cec0c6a424
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      contributing.md

+ 1 - 1
contributing.md

@@ -38,7 +38,7 @@ To validate your PR, please follow these steps:
   
  ## What should go where?
 
-In order to not bloat the core engine with unwanted or unnecessary features, here is a list of questions you could ask yourself before submitting a new feature (or feature request) for Babylon.js core engine:
+In order to not bloat the core engine with unwanted or unnecessary features (that we will need to maintain forever), here is a list of questions you could ask yourself before submitting a new feature (or feature request) for Babylon.js core engine:
 - Does my feature belong to a framework library?
 - Can my feature be used by multiple different applications?
 - Is there a general use case for this feature?