On Thu, 07 Mar 2024 13:03:28 +0000 Nix <nix@xxxxxxxxxxxxx> wrote: > On 28 Feb 2024, Mariusz Tkaczyk spake thusly: > > > On Wed, 28 Feb 2024 14:40:22 +0000 > > Nix <nix@xxxxxxxxxxxxx> wrote: > > > >> On 23 Feb 2024, Mariusz Tkaczyk uttered the following: > >> > >> > Release stuff is not necessary in repository. Remove it. > >> > >> ... it's actually pretty useful to have the ANNOUNCEs there for people > >> building from the repo. Given that the changelog is not updated, having > >> a summary of changes *somewhere* without having to grovel around in > >> mailing list archives seems like a thing that shouldn't just be thrown > >> out as "not necessary". > > > > Agree, we have to maintain it but in simpler form. I will create CHANGELOG > > instead. I will copy the content of those files to changelog, with some > > modifications. > > They are a bit of a mess at the top level though. Maybe move them into > misc/ or a new doc/ or something? > In other projects files like that are handled in main directory. I should consider moving code into "/src" directory, udev stuff into "/udev", man files into "/man" instead. If you would like to try create some patches to help me with cleanup I will be appreciated! For now, I'm working on following files: - README.md - general instructions; what is it, how to contribute, etc. - MAINTAINERS.md - instructions for maintainers. - CHANGELOG.md - release stuff. I choose markdown because it is most popular and it gives ".md" it the name:) I should send them to review next week. Thanks, Mariusz