Skip to content

#3718: Added date to changelog #3727

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions contrib/changelog.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{{header}}
{{toHeader header "-"}}
Date: {{date}}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need a newline before this

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Im so sorry but I have deleted the branch via which I had made changes. Shall I make a new pull request?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think is better to continue the PR on this branch, so we don't lost the review... Maybe you don't have an option on the bottom like restore branch or something?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Im sorry but I think I've lost the branch that i worked upon.. its not showing in my repo 😢 are you sure I shall not create a new PR, because its just a single line of code that has been changed :(

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you search if there is a way of restoring your previous branch first? Please. I see that all your PRs were affected. If not, making a new PR makes sense here.

Copy link
Contributor Author

@irkartik irkartik Mar 13, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@stsewd I am sorry for the mess i've made here. even my PR on issue #3757 have been a mess because of this. I googled for the solution but was not able to find any. The main issue was that i deleted the forked repo from my profile (i know thats dumb). Please allow me a new PR and I will keep in mind these things in future. Again, I am so sorry for the inconvenience caused to you :(

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't worry too much about that, it's fine creating a new PR and linking that one here.


{{#issues}} * `@{{user.login}} <http://github.com/{{user.login}}>`_: {{title}} (`#{{number}} <{{html_url}}>`_)
{{/issues}}
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = Read the Docs builds and hosts documentation
author = Read the Docs, Inc
author_email = [email protected]
url = http://readthedocs.org
classifiers =
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Web Environment
Intended Audience :: Developers
Expand All @@ -23,4 +23,3 @@ classifiers =
packages = find:
include_package_data = True
zip_safe = False