瀏覽代碼

Update README with more up-to-date information about how to contribute (ie, not updating MAINTAINERS and instead using a `# maintainer: ...` comment)

Tianon Gravi 11 年之前
父節點
當前提交
ced67a5928
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      README.md

+ 4 - 4
README.md

@@ -44,14 +44,14 @@ Thank you for your interest in the stackbrew project! We strive to make these in
 ### New repository.
 * Create a new file in the library folder. Its name will be the name of your repository.
 * Add your tag definitions using the provided syntax (see above).
-* Add the following line to the MAINTAINERS file:
-`repo: Your Name <[email protected]> (@github.name)`
+* Add the following line to the top of the file:
+`# maintainer: Your Name <[email protected]> (@github.name)`
 * Create a pull request from your git repository to this one. Don't hesitate to add details as to what your repository does.
 
 ### New tag in existing repository.
-* Add your tag definition using the <provided syntax>
+* Add your tag definition using the instruction format documented above.
 * Create a pull request from your git repository to this one. Don't hesitate to add details.
-* In the pull request, mention the repository's maintainer using the `@` symbol.
+* In the pull request, mention the repository's maintainers using the `@` symbol (found in the relevant MAINTAINERS file).
 
 ### Change to an existing tag
 * Propose a pull request to the origin repository. Don't hesitate to @-mention one of the stackbrew maintainers.