+ [2020-03-20T22:16:59Z] jfoster Are there any ways to add meta data to an issue?
+ [2020-03-20T22:17:35Z] jfoster Apart from labels, milestones and other items available from the UI?
+ [2020-03-20T22:18:13Z] jfoster For example, if you wanted to attach structured data to an issue, like json.
+ [2020-03-20T22:19:32Z] jfoster I guess you could write to a comment on the issue, some machine-readable marker and then throw the data in there. It would just be kind of ugly in the UI and could be edited or removed by someone.

message no. 178392

Posted by jfoster in #github at 2020-03-20T22:17:35Z

Apart from labels, milestones and other items available from the UI?
+ [2020-03-21T05:43:18Z] amosbird hello, what does Merge with master — Cannot fetch mergecommit mean?
+ [2020-03-21T17:38:22Z] eggbean How do you ignore a remote file, so it doesn't get cloned? Basically, it's an .editorconfig file.
+ [2020-03-21T17:39:15Z] eggbean It's only there to change tab length to 4 when viewing on github's web interface
+ [2020-03-21T17:39:39Z] nedbat eggbean: why wouldn;t you want that file locally? it also configures your editor.