Re: [git-users] Can I enter feature requests in git

2013-11-29 Thread Thomas Ferris Nicolaisen


On Wednesday, November 27, 2013 4:17:54 AM UTC+1, Nilanjan wrote:
>
> Sorry about that.
>
> What I meant is, suppose I am using a project in Git, let's say a Ruby 
> gem.  It seems like users only enter defects as issues.  I assume I 
> shouldn't enter 'enhancement requests' as issues?
>
>>
>>
That heavily depends on the project in question, as it's a bit of a culture 
thing. Some projects prefer all issues and features being discussed on the 
mailing list, while others put everything in their issue-tracker, be it on 
GitHub or elsewhere. Usually, having a look at the developer documentation 
gives some hints of where you should report feature requests.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [git-users] Can I enter feature requests in git

2013-11-29 Thread Thomas Ferris Nicolaisen


On Wednesday, November 27, 2013 11:31:00 AM UTC+1, Tim Schofield wrote:
>
> I remember hearing a mention on Thomas's excellent podcast about using 
> git as an issue tracker but never had time to follow it up. Does 
> anybody know anything about that? 
>
>
Thanks for the kind mention :)  

Here's the old classic git-based issue tracker:

https://github.com/schacon/ticgit - with all its forks and descendants. Not 
sure which ones are the most active.

Here's a couple of other ones I came across when quickly googling:

* http://thechangelog.com/gaskit-git-backed-issue-tracker/
* https://github.com/duplys/git-issues

You could also do something like Emacs' org-mode in a text file that's 
checked in, but you're bound to get some conflicts in an active project, 
since it's all in one file (maybe org-mode can work on many files, don't 
know).

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [git-users] Can I enter feature requests in git

2013-11-27 Thread Tim Schofield
I remember hearing a mention on Thomas's excellent podcast about using
git as an issue tracker but never had time to follow it up. Does
anybody know anything about that?

Tim

On 27 November 2013 09:44, Konstantin Khomoutov
 wrote:
> On Tue, 26 Nov 2013 19:17:54 -0800 (PST)
> Nilanjan  wrote:
>
>> Sorry about that.
>>
>> What I meant is, suppose I am using a project in Git, let's say a
>> Ruby gem.  It seems like users only enter defects as issues.  I
>> assume I shouldn't enter 'enhancement requests' as issues?
>
> Sounds like your question is not about Git, it's rather about github
> web interface, right?  If so, please understand that github is not Git,
> it's a popular Git hosting service provider.
>
> So questions about github is supposedly better asked on some
> github-related support forum (I'm sure they have at least one).
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Git for human beings" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to git-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.



-- 
Course View Towers,
Plot 21 Yusuf Lule Road,
Kampala
T   +256 (0) 312 314 418
M +256 (0) 752 963 325
www.weberpafrica.com
Twitter: @TimSchofield2
Blog: http://weberpafrica.blogspot.co.uk/

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [git-users] Can I enter feature requests in git

2013-11-27 Thread Konstantin Khomoutov
On Tue, 26 Nov 2013 19:17:54 -0800 (PST)
Nilanjan  wrote:

> Sorry about that.
> 
> What I meant is, suppose I am using a project in Git, let's say a
> Ruby gem.  It seems like users only enter defects as issues.  I
> assume I shouldn't enter 'enhancement requests' as issues?

Sounds like your question is not about Git, it's rather about github
web interface, right?  If so, please understand that github is not Git,
it's a popular Git hosting service provider.

So questions about github is supposedly better asked on some
github-related support forum (I'm sure they have at least one).

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [git-users] Can I enter feature requests in git

2013-11-26 Thread Nilanjan
Sorry about that.

What I meant is, suppose I am using a project in Git, let's say a Ruby 
gem.  It seems like users only enter defects as issues.  I assume I 
shouldn't enter 'enhancement requests' as issues?

Thanks,
- Nilanjan



On Tuesday, November 26, 2013 9:06:03 PM UTC+8, Thomas Ferris Nicolaisen 
wrote:
>
> On Tuesday, November 26, 2013 10:11:07 AM UTC+1, Konstantin Khomoutov 
> wrote:
>>
>> On Tue, 26 Nov 2013 00:20:45 -0800 (PST) 
>> Nilanjan  wrote: 
>>
>> > Can I enter feature requests in a git repo?  Should I be entering 
>> > these as issues? 
>>
>> The best way to discuss this is to post a message to the main Git list 
>> which is read by its developers.  See [1] for more info. 
>>
>> 1. 
>> https://gist.github.com/tfnico/4441562
>>  
>>
>
> I think there is some context missing in the original question. Is this 
> about whether you can use Git for issue tracking generally, or do you have 
> a concrete feature request for Git itself, and if so, what feature are you 
> looking for?
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [git-users] Can I enter feature requests in git

2013-11-26 Thread Thomas Ferris Nicolaisen
On Tuesday, November 26, 2013 10:11:07 AM UTC+1, Konstantin Khomoutov wrote:
>
> On Tue, 26 Nov 2013 00:20:45 -0800 (PST) 
> Nilanjan > wrote: 
>
> > Can I enter feature requests in a git repo?  Should I be entering 
> > these as issues? 
>
> The best way to discuss this is to post a message to the main Git list 
> which is read by its developers.  See [1] for more info. 
>
> 1. 
> https://gist.github.com/tfnico/4441562
>  
>

I think there is some context missing in the original question. Is this 
about whether you can use Git for issue tracking generally, or do you have 
a concrete feature request for Git itself, and if so, what feature are you 
looking for?

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [git-users] Can I enter feature requests in git

2013-11-26 Thread Konstantin Khomoutov
On Tue, 26 Nov 2013 00:20:45 -0800 (PST)
Nilanjan  wrote:

> Can I enter feature requests in a git repo?  Should I be entering
> these as issues?

The best way to discuss this is to post a message to the main Git list
which is read by its developers.  See [1] for more info.

1. https://gist.github.com/tfnico/4441562

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[git-users] Can I enter feature requests in git

2013-11-26 Thread Nilanjan
Can I enter feature requests in a git repo?  Should I be entering these as 
issues?

- Nilanjan

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.