Giter VIP home page Giter VIP logo

chrome-pullrequest-templates's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

chrome-pullrequest-templates's Issues

(BUG) Template not populating with latest version of Bitbucket

Hi @tcrammond,

First off, thanks for creating this Chrome extension. It standardises our team workflow.

At the moment, the template is not loading with Bitbucket's new textarea field, which tries to do away with Preview mode and uses a contenteditable <div /> element now.

screen shot 2017-09-12 at 11 02 24

Hopefully you can look into this soon.

Thanks,
JP

Add firefox support

I really like the idea of this plugin, sadly there is no alternative for firefox.

Default PR text on Bitbucket

Hi,

I'm currently using the templates with Bitbucket, and I realized that sometimes the default text that Bitbucket provides in the PR (commit messages, mainly) disappears.

So sometimes the template is added to the one that Bitbucket provides, and sometimes overwrites it. I don't know if it happens in Github two.

I have seen the code, and the first behavior was expected. I think that setTimeout is not enough sometimes.

setTimeout(function() {
  el.value = el.value + (el.value && el.value.length ? '\r\n' : '') + template;
}, 1000);

Thank you so much,
Oscar.

Duplicated template when editing the pull request.

Hi again!

I've seen another issue related to the previous one I commented you.

As the default behavior is adding the template to whatever is there, when you try to edit a pull request, you have the template duplicated.

Adding an option in the configuration to decide if the template should overwrite or add the template to whatever is in the textbox would be great.

Thank you so much,
Oscar.

Add placeholders to templates

We'd like to use this to automatically add status badges for our pull requests, however, each status badge has it's own url based on the branch. It would be absolutely wonderful to have something like {{branch}} to fill in the branch name :)

Cheers! ๐ŸŽ‰

Bitbucket URL field does not show correct URL

In the extension options, Bitbucket PR Template URL does not display the correct URL.

The URL entered is used by the extension, but the field in options will always show https://raw.github.com/sprintly/sprint.ly-culture/master/pr-template.md so the actual URL in use cannot be retrieved.

To replicate:

  • Open extension options
  • Enter a custom PR Template URL
  • Close extension options
  • Re-open extension options - URL will not show correctly

Allow multiple custom Repositories

Would it be possible to add support for multiple custom repos?
Our use case is that frontend and backend PRs use different templates. We'd like to distinguish the projects by the regex.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.