Petr Korolev

Results 92 issues of Petr Korolev

### History: I started this project by myself on Oct 26, 2014. A year later, with the power of a [list of awesome developers](https://github.com/github-changelog-generator/github-changelog-generator/graphs/contributors) and especially @olleolleolle we continued to...

help wanted

This is sub-task of #209. Depends of #212 as @estahn mention in https://github.com/skywinder/github-changelog-generator/issues/172#issuecomment-85252424 > It would be great if the generator doesn't replace the entire file but just adds missing...

enhancement
help wanted
hacktoberfest

Now the option `--no-issues-wo-labels` exclude Pull Requests as well. I think it's not fair. Should we fix that, @olleolleolle?

bug

According this news: https://github.com/blog/1547-release-your-software There is a option to put release notes for each tag in [GitHub Releases](https://help.github.com/articles/creating-releases/). It will be nice to integrate ability to fill this notes by...

enhancement

I'm thinking to make another plugin for this project to generate a FAQ section from issues with the `question` label

feature-request

This is sub-task of #209. Depends of #212 Needed to implement partial update of the `CHANGELOG.md`. i.e. fetch only specific issues (between specific tags, or between time) and not modify...

enhancement

A cross-link to issue in gitlab: https://gitlab.com/gitlab-org/gitlab-ce/issues/15345 Let's think, how to help it work smooth together.

feature-request

Here is a small script that embeds actual star count into readme generation. I found it quite useful to see, how popular the library is. Enjoy! ⭐️

`markdown-toc --no-firsth1 README.md` here is file to test: https://github.com/matterinc/web3swift/blob/develop/README.md `--no-firsth1` puts '**undefined**' in front and end "**%**" of TOC output #131 ### Expected result: [web3swift](#web3swift) * [Features:](#features) - [Design decisions](#design-decisions)...

**Steps to reproduce:** `markdown-toc -i README.md` - produce 0 input, readme file doesn't change. I thought it syntax issue, tried: `markdown-toc -i README.md README.md` - return help message. **Expected result:**...