kumahq / protoc-gen-kumadoc

Apache License 2.0
0 stars 2 forks source link

Rename config.proto for better discoverability #1

Open jpeach opened 3 years ago

jpeach commented 3 years ago

In the Kuma repository, the import path for config.proto is simply:

import "config.proto";

This is very confusing because there's no obvious relationship between the doc option and a file named config.proto, and the Kuma repository already has 2 different config.proto files.

This would be much more obvious if we could make the import thus:

import "kumadoc/doc.proto";
jpeach commented 3 years ago

ping @bartsmykla

github-actions[bot] commented 3 years ago

This issue was inactive for 30 days it will be reviewed in the next triage meeting and might be closed. If you think this issue is still relevant please comment on it promptly or attend the next triage meeting.

github-actions[bot] commented 2 years ago

This issue was inactive for 30 days it will be reviewed in the next triage meeting and might be closed. If you think this issue is still relevant please comment on it promptly or attend the next triage meeting.