| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 64f6462 commit 9557e66
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -52,17 +52,17 @@ If you cannot find who to cc for a file, `git shortlog -n -s <file>` may help. | |||
| 52 | 52 | ||
| 53 | 53 | ### By Subsystem | |
| 54 | 54 | ||
| 55 | - We generally sort issues by a concept of "subsystem" so that we know what | ||
| 56 | - part(s) of the codebase it touches. | ||
| 55 | + Subsystems include: | ||
| 57 | 56 | ||
| 58 | - **Subsystems generally are**: | ||
| 57 | + * `lib/*.js` (`assert`, `buffer`, etc.) | ||
| 58 | + * `build` | ||
| 59 | + * `doc` | ||
| 60 | + * `lib / src` | ||
| 61 | + * `test` | ||
| 62 | + * `tools` | ||
| 59 | 63 | ||
| 60 | - * `lib/*.js` | ||
| 61 | - * `doc`, `build`, `tools`, `test`, `deps`, `lib / src` (special), and there may | ||
| 62 | - be others. | ||
| 63 | - * `meta` for anything non-code (process) related | ||
| 64 | - | ||
| 65 | - There may be more than one subsystem valid for any particular issue / PR. | ||
| 64 | + There may be more than one subsystem valid for any particular issue or pull | ||
| 65 | + request. | ||
| 66 | 66 | ||
| 67 | 67 | ### General | |
| 68 | 68 | ||
@@ -72,6 +72,7 @@ Please use these when possible / appropriate | |||
| 72 | 72 | * `discuss` - Things that need larger discussion | |
| 73 | 73 | * `feature request` - Any issue that requests a new feature (usually not PRs) | |
| 74 | 74 | * `good first issue` - Issues suitable for newcomers to process | |
| 75 | + * `meta` - For issues whose topic is governance, policies, procedures, etc. | ||
| 75 | 76 | ||
| 76 | 77 | -- | |
| 77 | 78 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments