V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
• 请不要在回答技术问题时复制粘贴 AI 生成的内容
fy
V2EX  ›  程序员

现在有的人提 issue,不立文字,全靠意境,我真是服了!

  •  
  •   fy ·
    fy0 · Jan 12, 2017 · 6230 views
    This topic created in 3392 days ago, the information mentioned may be changed or developed.

    今天上午打开自己 github ,看有人提了一个 issue

    标题如此振聋发聩,我精神一震,以为必有高论。

    结果打开一看……

    玛德劳资辛辛苦苦写了一年的项目,结果第一个 issue 就被人一个空 issue 拍在脸上。

    真是日了狗了,好气啊。真想说一堆粗鄙之语。

    这种乱提 issue 不给细节的真的是……

    38 replies    2017-01-13 15:48:54 +08:00
    plqws
        1
    plqws  
       Jan 12, 2017
    ys0290
        2
    ys0290  
       Jan 12, 2017 via iPhone
    wd
        3
    wd  
       Jan 12, 2017 via iPhone
    哈哈哈哈 楼上的回复 估计让楼主更加伤心
    spice630
        5
    spice630  
       Jan 12, 2017   ❤️ 1
    你应该感到开心,说明终于有人用你的代码了。
    也许是你的文档写的不够好呢?用户按你步骤操作,结果失败,用户也很生气的好吧,其实你也浪费了他的时间,
    所以他生气的时候,懒得再继续浪费写 issue 了,但是又不忍心不提出来,让别人继续浪费时间。
    spice630
        6
    spice630  
       Jan 12, 2017
    如果你是有几百上千 star 的项目,才有底气说, details please !
    fy
        7
    fy  
    OP
       Jan 12, 2017
    @spice630 并没有,我那代码是 c99 一个依赖都没有,根目录一个大大的 CMakefile.txt
    直接 cmake 一下, gcc/clang/vs2013+就都能编译了。
    而且又标着 WIP ,版本号还是 0.0.9 的初级阶段……
    fy
        8
    fy  
    OP
       Jan 12, 2017
    但是已经有的特性是货真价实的,而且 master 能正常运行。我也不知道为什么就被 not working 糊脸了?
    we000
        9
    we000  
       Jan 12, 2017
    所以是不是真的压根儿就不可用?
    fy
        10
    fy  
    OP
       Jan 12, 2017
    @we000 当然 working ,功能少罢了
    spice630
        11
    spice630  
       Jan 12, 2017
    发出来让大家用用啊,好东西都不分享 真是。
    AlisaDestiny
        12
    AlisaDestiny  
       Jan 12, 2017 via iPhone   ❤️ 1
    not reply.
    fy
        13
    fy  
    OP
       Jan 12, 2017
    @spice630 东西比较复杂,还没做到自己满意的程度,到时候来 V2EX 再发
    fsgmhoward
        14
    fsgmhoward  
       Jan 12, 2017 via iPhone
    majinjing3
        15
    majinjing3  
       Jan 12, 2017 via Android   ❤️ 1
    已经在 gayhub 上面回复了~ v2 观光团
    fy
        16
    fy  
    OP
       Jan 12, 2017
    @AlisaDestiny 一血,一时不忿啊……

    @fsgmhoward 啊,是的,见笑了。
    spice630
        17
    spice630  
       Jan 12, 2017
    @fsgmhoward
    压根没文档,这事情 换位思考吧,两边都没什么大毛病我觉得。
    spice630
        18
    spice630  
       Jan 12, 2017
    fy
        19
    fy  
    OP
       Jan 12, 2017
    @majinjing3 谢了,但也不提倡观光。

    只是跟大家分享一段经历,对个人来说有则改之无则加勉吧。

    开发者还是希望看到积极的回馈。
    88250
        20
    88250  
       Jan 12, 2017   ❤️ 12
    Issue 描述不清晰是很常见的一种情况,楼主不必惊慌,用户的系统环境千奇百怪,遇到奇葩的系统不工作其实也正常。

    你未来可能还会面临如下情况:

    * 练 GitHub 的: https://github.com/b3log/wide/issues/279
    * 由于其他软件不会用导致的: https://github.com/b3log/wide/issues/295
    * 宣泄个人情感的: https://github.com/b3log/solo/issues/12112

    良好的 issue 交互情况:

    * 提 issue 的人描述清晰: https://github.com/b3log/wide/issues/267
    * 提 issue 的人跟踪 bug 有始有终: https://github.com/b3log/wide/issues/270
    * 提 issue 的人提完顺带 fix : https://github.com/b3log/wide/issues/300
    * 作者自提自修的:我的项目很多 issues 是这个情况,为了后面发 changelogs 记录版本变更( https://hacpai.com/CHANGE_LOGS.html

    不过也有我觉得比较难处理的情况:

    * 提的 issue 构想太大,作者 hold 不住: https://github.com/b3log/wide/issues/292
    * 和作者本意相矛盾: https://github.com/b3log/solo/issues/12124

    总之,做开源很重要一点就是和用户保持交流,等项目用的人多了以后责任也会变大,所以不能太随意。让我们沿着老一辈开源先驱的足迹,不忘初心,继往开来,奋勇前行。

    PS 我的 GitHub 是 https://github.com/88250 ,欢迎关注。
    SoloCompany
        21
    SoloCompany  
       Jan 12, 2017
    http://veryamt.com

    Hello there
    ----------------------------------------------------------

    I am Mengyang Li(李梦阳) aka mayli, 25yrs old, programmer, from Tianjin, China, living inCalifornia.

    I am working as a Software Engineer, and write some scripts on weekends.

    And here is my Blog: http://blog.veryamt.com


    Services
    ============

    enjoy:
    - [mc 1.7.6]: Server: veryamt.com:25565, dynmap, US, public
    - [mc 1.8.0]: Server: mc.veryamt.com:25565, dynmap, CN, whitelisted
    - [altitudegame]: Server: aws.veryamt.com [27275-27280], public
    - [iodined]: Server: t.veryamt.com, ping me for password
    - [teamspeak3]: ts.veryamt.com, public
    - [tracker]: BitTorrent tracker
    - [podcast]: radio2podcast, 天津人民广播电台

    Interested in
    - Linux Kernel
    - Network Application (Web&P2P)
    - Virtualization & Emulation
    - Data Visualization
    - Distributed Computing
    - Embedded Systems

    I am using
    - Renren / Facebook
    - Fanfou / Twitter
    - Google Plus / Code
    - Github / BitBucket

    Languages
    - Mandarin (Simplified Chinese), English.
    - C/C++, Python, Java, (bash, js, sql, prolog, matlab, etc).

    Contact
    - Email/Gtalk/MSN: mayli [dot] he [at] gmail.com
    - mayli #ubuntu-cn@Freenode
    - last update: Wed Oct 22 12:33:36 EDT 2014

    是 @mayli 这位?
    waruqi
        22
    waruqi  
       Jan 12, 2017
    哈哈。。
    fy
        23
    fy  
    OP
       Jan 12, 2017
    @88250 6666 Old driver, takes me fly
    J0022ZjV7055oN64
        24
    J0022ZjV7055oN64  
       Jan 12, 2017
    fy
        25
    fy  
    OP
       Jan 12, 2017
    @waruqi 似李!何处不相逢
    lichun
        26
    lichun  
       Jan 12, 2017
    项目挺棒的,一直也想写个 Python 的解释器。 Star 了!
    muziki
        27
    muziki  
       Jan 12, 2017
    @88250
    * 宣泄个人情感的: https://github.com/b3log/solo/issues/12112
    一不小心又看到 justjavac 这个 md 大神 2333
    majinjing3
        28
    majinjing3  
       Jan 12, 2017 via Android
    @88250 老死机啊
    airyland
        29
    airyland  
       Jan 12, 2017   ❤️ 1
    我加了个无意义 label 来收集这类 issue ,比如: https://github.com/airyland/vux/issues/719
    fucker
        30
    fucker  
       Jan 13, 2017
    ***
    cha1
        31
    cha1  
       Jan 13, 2017   ❤️ 1
    Nutlee
        32
    Nutlee  
       Jan 13, 2017
    @zqhong 赞 !
    ragnaroks
        33
    ragnaroks  
       Jan 13, 2017
    @muziki md 大神是什么意思?话说好像经常看到他
    leopku
        34
    leopku  
       Jan 13, 2017
    31 楼 +1
    muziki
        35
    muziki  
       Jan 13, 2017 via iPhone
    @ragnaroks 技术上没看到什么有影响力的大项目, markdown 收集写的 6666 动辄成百上千的 star
    towry
        36
    towry  
       Jan 13, 2017
    @muziki 233333 ,原来是这样
    moyaya
        37
    moyaya  
       Jan 13, 2017
    理解你的心情,就像你开发一个 APP 或产品,你努力的优化,改善体验,好的时候不给你评分,稍微一点 bug ,立马打一分,骂垃圾...
    johnnie502
        38
    johnnie502  
       Jan 13, 2017
    直接 close 就好,还是太年轻
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3110 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 82ms · UTC 14:46 · PVG 22:46 · LAX 07:46 · JFK 10:46
    ♥ Do have faith in what you're doing.